protected static enum KeyAgreeRecipientInfo.KARInfoField extends Enum<KeyAgreeRecipientInfo.KARInfoField> implements EnumType
| Enum Constant and Description |
|---|
KEY_ENCRYPTION_ALGORITHM |
ORIGINATOR |
RECIPIENT_ENCRYPTED_KEY |
UKM |
VERSION |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getValue() |
static KeyAgreeRecipientInfo.KARInfoField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyAgreeRecipientInfo.KARInfoField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeyAgreeRecipientInfo.KARInfoField VERSION
public static final KeyAgreeRecipientInfo.KARInfoField ORIGINATOR
public static final KeyAgreeRecipientInfo.KARInfoField UKM
public static final KeyAgreeRecipientInfo.KARInfoField KEY_ENCRYPTION_ALGORITHM
public static final KeyAgreeRecipientInfo.KARInfoField RECIPIENT_ENCRYPTED_KEY
public static KeyAgreeRecipientInfo.KARInfoField[] values()
for (KeyAgreeRecipientInfo.KARInfoField c : KeyAgreeRecipientInfo.KARInfoField.values()) System.out.println(c);
public static KeyAgreeRecipientInfo.KARInfoField 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–2022 The Apache Software Foundation. All rights reserved.