Package | Description |
---|---|
eu.emi.security.authn.x509.helpers |
Consists of general purpose classes, helping to implement generic functionality of the library.
|
Modifier and Type | Method and Description |
---|---|
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–2015 European Middleware Initiative. All rights reserved.