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