public static enum SM2Ciphertext.Format extends java.lang.Enum<SM2Ciphertext.Format>
| Enum Constant and Description |
|---|
DER_C1C2C3 |
DER_C1C3C2 |
NONE |
RAW_C1C2C3 |
RAW_C1C3C2 |
| Modifier and Type | Method and Description |
|---|---|
static SM2Ciphertext.Format |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SM2Ciphertext.Format[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SM2Ciphertext.Format NONE
public static final SM2Ciphertext.Format DER_C1C3C2
public static final SM2Ciphertext.Format RAW_C1C3C2
public static final SM2Ciphertext.Format DER_C1C2C3
public static final SM2Ciphertext.Format RAW_C1C2C3
public static SM2Ciphertext.Format[] values()
for (SM2Ciphertext.Format c : SM2Ciphertext.Format.values()) System.out.println(c);
public static SM2Ciphertext.Format valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null