protected static enum SignerInfo.SignerInfoField extends Enum<SignerInfo.SignerInfoField> implements EnumType
| Enum Constant and Description |
|---|
CMS_VERSION |
DIGEST_ALGORITHM |
SID |
SIGNATURE |
SIGNATURE_ALGORITHMS |
SIGNED_ATTRS |
UNSIGNED_ATTRS |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getValue() |
static SignerInfo.SignerInfoField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignerInfo.SignerInfoField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SignerInfo.SignerInfoField CMS_VERSION
public static final SignerInfo.SignerInfoField SID
public static final SignerInfo.SignerInfoField DIGEST_ALGORITHM
public static final SignerInfo.SignerInfoField SIGNED_ATTRS
public static final SignerInfo.SignerInfoField SIGNATURE_ALGORITHMS
public static final SignerInfo.SignerInfoField SIGNATURE
public static final SignerInfo.SignerInfoField UNSIGNED_ATTRS
public static SignerInfo.SignerInfoField[] values()
for (SignerInfo.SignerInfoField c : SignerInfo.SignerInfoField.values()) System.out.println(c);
public static SignerInfo.SignerInfoField 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–2017 The Apache Software Foundation. All rights reserved.