java.io.Serializable, java.lang.Comparable<DERMacData.Type>public static enum DERMacData.Type extends java.lang.Enum<DERMacData.Type>
| Enum Constant | Description |
|---|---|
BILATERALU |
|
BILATERALV |
|
UNILATERALU |
|
UNILATERALV |
| Modifier and Type | Method | Description |
|---|---|---|
byte[] |
getHeader() |
|
static DERMacData.Type |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static DERMacData.Type[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DERMacData.Type UNILATERALU
public static final DERMacData.Type UNILATERALV
public static final DERMacData.Type BILATERALU
public static final DERMacData.Type BILATERALV
public static DERMacData.Type[] values()
for (DERMacData.Type c : DERMacData.Type.values()) System.out.println(c);
public static DERMacData.Type 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 nullpublic byte[] getHeader()