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