Uses of Class
eu.emi.security.authn.x509.helpers.CertificateHelpers.PEMContentsType

Packages that use CertificateHelpers.PEMContentsType
eu.emi.security.authn.x509.helpers Consists of general purpose classes, helping to implement generic functionality of the library. 
 

Uses of CertificateHelpers.PEMContentsType in eu.emi.security.authn.x509.helpers
 

Methods in eu.emi.security.authn.x509.helpers that return CertificateHelpers.PEMContentsType
static CertificateHelpers.PEMContentsType CertificateHelpers.getPEMType(String name)
          Assumes that the input is the contents of the PEM identification line, after '-----BEGIN ' prefix.
static CertificateHelpers.PEMContentsType CertificateHelpers.PEMContentsType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CertificateHelpers.PEMContentsType[] CertificateHelpers.PEMContentsType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012-2013 European Middleware Initiative. All Rights Reserved.