Uses of Class
org.italiangrid.voms.util.CredentialsUtils.PrivateKeyEncoding
-
Packages that use CredentialsUtils.PrivateKeyEncoding Package Description org.italiangrid.voms.util This package provides utility classes used in other packages. -
-
Uses of CredentialsUtils.PrivateKeyEncoding in org.italiangrid.voms.util
Fields in org.italiangrid.voms.util declared as CredentialsUtils.PrivateKeyEncoding Modifier and Type Field Description static CredentialsUtils.PrivateKeyEncodingCredentialsUtils. DEFAULT_ENCONDINGThe default encoding used when no encoding is specified by callers.Methods in org.italiangrid.voms.util that return CredentialsUtils.PrivateKeyEncoding Modifier and Type Method Description static CredentialsUtils.PrivateKeyEncodingCredentialsUtils.PrivateKeyEncoding. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CredentialsUtils.PrivateKeyEncoding[]CredentialsUtils.PrivateKeyEncoding. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.italiangrid.voms.util with parameters of type CredentialsUtils.PrivateKeyEncoding Modifier and Type Method Description static voidCredentialsUtils. savePrivateKey(java.io.OutputStream os, java.security.PrivateKey key, CredentialsUtils.PrivateKeyEncoding encoding)Serializes a private key to an output stream according to an encoding.static voidCredentialsUtils. saveProxyCredentials(java.io.OutputStream os, eu.emi.security.authn.x509.X509Credential uc, CredentialsUtils.PrivateKeyEncoding encoding)Saves user credentials as a plain text PEM data.static voidCredentialsUtils. saveProxyCredentials(java.lang.String proxyFileName, eu.emi.security.authn.x509.X509Credential uc, CredentialsUtils.PrivateKeyEncoding encoding)Saves proxy credentials to a file.
-