public enum TPMGenerated extends java.lang.Enum<TPMGenerated>
| Enum Constant and Description |
|---|
TPM_GENERATED_VALUE |
| Modifier and Type | Method and Description |
|---|---|
static TPMGenerated |
create(byte[] value) |
byte[] |
getValue() |
static TPMGenerated |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TPMGenerated[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TPMGenerated TPM_GENERATED_VALUE
public static TPMGenerated[] values()
for (TPMGenerated c : TPMGenerated.values()) System.out.println(c);
public static TPMGenerated 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 static TPMGenerated create(byte[] value)
public byte[] getValue()