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