public static enum DERMacData.Type extends Enum<DERMacData.Type>
| Enum Constant and Description |
|---|
BILATERALU |
BILATERALV |
UNILATERALU |
UNILATERALV |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getHeader() |
static DERMacData.Type |
valueOf(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(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 nullpublic byte[] getHeader()
Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.