Uses of Class
org.italiangrid.voms.util.CredentialsUtils.PrivateKeyEncoding

Packages that use CredentialsUtils.PrivateKeyEncoding
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
static CredentialsUtils.PrivateKeyEncoding CredentialsUtils.DEFAULT_ENCONDING
          The default encoding used when no encoding is specified by callers.
 

Methods in org.italiangrid.voms.util that return CredentialsUtils.PrivateKeyEncoding
static CredentialsUtils.PrivateKeyEncoding CredentialsUtils.PrivateKeyEncoding.valueOf(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
static void CredentialsUtils.savePrivateKey(OutputStream os, PrivateKey key, CredentialsUtils.PrivateKeyEncoding encoding)
          Serializes a private key to an output stream according to an encoding.
static void CredentialsUtils.saveProxyCredentials(OutputStream os, eu.emi.security.authn.x509.X509Credential uc, CredentialsUtils.PrivateKeyEncoding encoding)
          Saves user credentials as a plain text PEM data.
static void CredentialsUtils.saveProxyCredentials(String proxyFileName, eu.emi.security.authn.x509.X509Credential uc, CredentialsUtils.PrivateKeyEncoding encoding)
          Saves proxy credentials to a file.
 



Copyright © 2013. All Rights Reserved.