Package tss.tpm
Class Logic
- java.lang.Object
-
- tss.TpmEnum<Logic>
-
- tss.tpm.Logic
-
- All Implemented Interfaces:
TpmMarshaller
public final class Logic extends TpmEnum<Logic>
Table 4 Defines for Logic Values
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Logic._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 Logic
CLEAR
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic Logic
FALSE
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic Logic
NO
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic Logic
SET
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic Logic
TRUE
These definitions provide mapping of the Java enum constants to their TPM integer valuesstatic Logic
YES
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 Logic._N
asEnum()
static Logic
fromInt(int value)
static Logic
fromTpm(byte[] buf)
static Logic
fromTpm(TpmBuffer buf)
static Collection<Logic>
values()
protected int
wireSize()
-
-
-
Field Detail
-
TRUE
public static final Logic TRUE
These definitions provide mapping of the Java enum constants to their TPM integer values
-
FALSE
public static final Logic FALSE
These definitions provide mapping of the Java enum constants to their TPM integer values
-
YES
public static final Logic YES
These definitions provide mapping of the Java enum constants to their TPM integer values
-
NO
public static final Logic NO
These definitions provide mapping of the Java enum constants to their TPM integer values
-
SET
public static final Logic SET
These definitions provide mapping of the Java enum constants to their TPM integer values
-
CLEAR
public static final Logic CLEAR
These definitions provide mapping of the Java enum constants to their TPM integer values
-
-
Method Detail
-
fromInt
public static Logic fromInt(int value)
-
fromTpm
public static Logic fromTpm(byte[] buf)
-
asEnum
public Logic._N asEnum()
-
values
public static Collection<Logic> values()
-
-