Package tss.tpm
Class TPM_HT
- java.lang.Object
-
- tss.TpmEnum<TPM_HT>
-
- tss.tpm.TPM_HT
-
- All Implemented Interfaces:
TpmMarshaller
public final class TPM_HT extends TpmEnum<TPM_HT>
The 32-bit handle space is divided into 256 regions of equal size with 224 values in each. Each of these ranges represents a handle type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TPM_HT._N
Values from enum _N are only intended to be used in case labels of a switch statement using the result of this.asEnum() method as the switch condition.-
Nested classes/interfaces inherited from class tss.TpmEnum
TpmEnum.ValueMap<T extends TpmEnum<T>>
-
-
Field Summary
Fields Modifier and Type Field Description static TPM_HT
AC
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic TPM_HT
HMAC_SESSION
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic TPM_HT
LOADED_SESSION
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic TPM_HT
NV_INDEX
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic TPM_HT
PCR
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic TPM_HT
PERMANENT
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic TPM_HT
PERSISTENT
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic TPM_HT
POLICY_SESSION
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic TPM_HT
SAVED_SESSION
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic TPM_HT
TRANSIENT
These definitions provide mapping of the Java enum constants to their TPM integer values-
Fields inherited from class tss.TpmEnum
Name, NameAsEnum, Value
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TPM_HT._N
asEnum()
static TPM_HT
fromInt(int value)
static TPM_HT
fromTpm(byte[] buf)
static TPM_HT
fromTpm(TpmBuffer buf)
static Collection<TPM_HT>
values()
protected int
wireSize()
-
-
-
Field Detail
-
PCR
public static final TPM_HT PCR
These definitions provide mapping of the Java enum constants to their TPM integer values
-
NV_INDEX
public static final TPM_HT NV_INDEX
These definitions provide mapping of the Java enum constants to their TPM integer values
-
HMAC_SESSION
public static final TPM_HT HMAC_SESSION
These definitions provide mapping of the Java enum constants to their TPM integer values
-
LOADED_SESSION
public static final TPM_HT LOADED_SESSION
These definitions provide mapping of the Java enum constants to their TPM integer values
-
POLICY_SESSION
public static final TPM_HT POLICY_SESSION
These definitions provide mapping of the Java enum constants to their TPM integer values
-
SAVED_SESSION
public static final TPM_HT SAVED_SESSION
These definitions provide mapping of the Java enum constants to their TPM integer values
-
PERMANENT
public static final TPM_HT PERMANENT
These definitions provide mapping of the Java enum constants to their TPM integer values
-
TRANSIENT
public static final TPM_HT TRANSIENT
These definitions provide mapping of the Java enum constants to their TPM integer values
-
PERSISTENT
public static final TPM_HT PERSISTENT
These definitions provide mapping of the Java enum constants to their TPM integer values
-
AC
public static final TPM_HT AC
These definitions provide mapping of the Java enum constants to their TPM integer values
-
-
Method Detail
-
fromInt
public static TPM_HT fromInt(int value)
-
fromTpm
public static TPM_HT fromTpm(byte[] buf)
-
asEnum
public TPM_HT._N asEnum()
-
values
public static Collection<TPM_HT> values()
-
-