public static enum CertificateHelpers.PEMContentsType extends Enum<CertificateHelpers.PEMContentsType>
Enum Constant and Description |
---|
CERTIFICATE |
CRL |
CSR |
LEGACY_OPENSSL_PRIVATE_KEY |
PRIVATE_KEY |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static CertificateHelpers.PEMContentsType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CertificateHelpers.PEMContentsType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CertificateHelpers.PEMContentsType PRIVATE_KEY
public static final CertificateHelpers.PEMContentsType LEGACY_OPENSSL_PRIVATE_KEY
public static final CertificateHelpers.PEMContentsType CERTIFICATE
public static final CertificateHelpers.PEMContentsType CSR
public static final CertificateHelpers.PEMContentsType CRL
public static final CertificateHelpers.PEMContentsType UNKNOWN
public static CertificateHelpers.PEMContentsType[] values()
for (CertificateHelpers.PEMContentsType c : CertificateHelpers.PEMContentsType.values()) System.out.println(c);
public static CertificateHelpers.PEMContentsType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2012–2015 European Middleware Initiative. All rights reserved.