Uses of Enum Class
eu.emi.security.authn.x509.helpers.CertificateHelpers.PEMContentsType
Packages that use CertificateHelpers.PEMContentsType
Package
Description
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.PEMContentsTypeModifier and TypeMethodDescriptionCertificateHelpers.getPEMType
(String name) Assumes that the input is the contents of the PEM identification line, after '-----BEGIN ' prefix.Returns the enum constant of this class with the specified name.static CertificateHelpers.PEMContentsType[]
CertificateHelpers.PEMContentsType.values()
Returns an array containing the constants of this enum class, in the order they are declared.