Uses of Class
eu.emi.security.authn.x509.helpers.CertificateHelpers.PEMContentsType
-
Packages that use CertificateHelpers.PEMContentsType Package Description 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 Modifier and Type Method Description static CertificateHelpers.PEMContentsTypeCertificateHelpers. getPEMType(java.lang.String name)Assumes that the input is the contents of the PEM identification line, after '-----BEGIN ' prefix.static CertificateHelpers.PEMContentsTypeCertificateHelpers.PEMContentsType. valueOf(java.lang.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.
-