protected static enum SignedData.SignedDataField extends Enum<SignedData.SignedDataField> implements EnumType
| Enum Constant and Description |
|---|
CERTIFICATES |
CMS_VERSION |
CRLS |
DIGEST_ALGORITHMS |
ENCAP_CONTENT_INFO |
SIGNER_INFOS |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getValue() |
static SignedData.SignedDataField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignedData.SignedDataField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SignedData.SignedDataField CMS_VERSION
public static final SignedData.SignedDataField DIGEST_ALGORITHMS
public static final SignedData.SignedDataField ENCAP_CONTENT_INFO
public static final SignedData.SignedDataField CERTIFICATES
public static final SignedData.SignedDataField CRLS
public static final SignedData.SignedDataField SIGNER_INFOS
public static SignedData.SignedDataField[] values()
for (SignedData.SignedDataField c : SignedData.SignedDataField.values()) System.out.println(c);
public static SignedData.SignedDataField 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 © 2014–2016 The Apache Software Foundation. All rights reserved.