protected static enum EnvelopedData.EnvelopedDataField extends Enum<EnvelopedData.EnvelopedDataField> implements EnumType
| Enum Constant and Description |
|---|
CMS_VERSION |
ENCRYPTED_CONTENT_INFO |
ORIGINATOR_INFO |
RECIPIENT_INFOS |
UNPROTECTED_ATTRS |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getValue() |
static EnvelopedData.EnvelopedDataField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnvelopedData.EnvelopedDataField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnvelopedData.EnvelopedDataField CMS_VERSION
public static final EnvelopedData.EnvelopedDataField ORIGINATOR_INFO
public static final EnvelopedData.EnvelopedDataField RECIPIENT_INFOS
public static final EnvelopedData.EnvelopedDataField ENCRYPTED_CONTENT_INFO
public static final EnvelopedData.EnvelopedDataField UNPROTECTED_ATTRS
public static EnvelopedData.EnvelopedDataField[] values()
for (EnvelopedData.EnvelopedDataField c : EnvelopedData.EnvelopedDataField.values()) System.out.println(c);
public static EnvelopedData.EnvelopedDataField 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.