| Package | Description |
|---|---|
| tss.tpm |
| Modifier and Type | Field and Description |
|---|---|
static TPM_ST |
TPM_ST.ATTEST_CERTIFY |
static TPM_ST |
TPM_ST.ATTEST_COMMAND_AUDIT |
static TPM_ST |
TPM_ST.ATTEST_CREATION |
static TPM_ST |
TPM_ST.ATTEST_NV |
static TPM_ST |
TPM_ST.ATTEST_QUOTE |
static TPM_ST |
TPM_ST.ATTEST_SESSION_AUDIT |
static TPM_ST |
TPM_ST.ATTEST_TIME |
static TPM_ST |
TPM_ST.AUTH_SECRET |
static TPM_ST |
TPM_ST.AUTH_SIGNED |
static TPM_ST |
TPM_ST.CREATION |
static TPM_ST |
TPM_ST.FU_MANIFEST |
static TPM_ST |
TPM_ST.HASHCHECK |
static TPM_ST |
TPM_ST.NO_SESSIONS |
static TPM_ST |
TPM_ST.NULL |
static TPM_ST |
TPM_ST.RSP_COMMAND |
static TPM_ST |
TPM_ST.SESSIONS |
TPM_ST |
TPMT_TK_VERIFIED.tag
ticket structure tag
|
TPM_ST |
TPMT_TK_HASHCHECK.tag
ticket structure tag
|
TPM_ST |
TPMT_TK_CREATION.tag
ticket structure tag
|
TPM_ST |
TPMT_TK_AUTH.tag
ticket structure tag
|
TPM_ST |
CommandHeader.Tag
Command tag (sessions, or no sessions)
|
static TPM_ST |
TPM_ST.VERIFIED |
| Modifier and Type | Method and Description |
|---|---|
static TPM_ST |
TPM_ST.fromInt(int value) |
static TPM_ST |
TPM_ST.fromTpm(byte[] buf) |
static TPM_ST |
TPM_ST.fromTpm(InByteBuf buf) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<TPM_ST> |
TPM_ST.values() |
| Constructor and Description |
|---|
CommandHeader(TPM_ST _Tag,
int _CommandSize,
TPM_CC _CommandCode)
Command header [tss]
|
TPMT_TK_AUTH(TPM_ST _tag,
TPM_HANDLE _hierarchy,
byte[] _digest)
This ticket is produced by TPM2_PolicySigned() and TPM2_PolicySecret() when the authorization has an expiration time.
|
TPMT_TK_CREATION(TPM_ST _tag,
TPM_HANDLE _hierarchy,
byte[] _digest)
This ticket is produced by TPM2_Create() or TPM2_CreatePrimary().
|
TPMT_TK_HASHCHECK(TPM_ST _tag,
TPM_HANDLE _hierarchy,
byte[] _digest)
This ticket is produced by TPM2_SequenceComplete() when the message that was digested did not start with TPM_GENERATED_VALUE.
|
TPMT_TK_VERIFIED(TPM_ST _tag,
TPM_HANDLE _hierarchy,
byte[] _digest)
This ticket is produced by TPM2_VerifySignature().
|
Copyright © 2017. All rights reserved.