| Package | Description |
|---|---|
| tss | |
| tss.tpm |
| Modifier and Type | Method and Description |
|---|---|
void |
Tpm.PolicyTicket(TPM_HANDLE policySession,
byte[] timeout,
byte[] cpHashA,
byte[] policyRef,
byte[] authName,
TPMT_TK_AUTH ticket)
This command is similar to TPM2_PolicySigned() except that it takes a ticket instead of a signed authorization.
|
| Modifier and Type | Field and Description |
|---|---|
TPMT_TK_AUTH |
PolicySignedResponse.policyTicket
produced if the command succeeds and expiration in the command was non-zero; this ticket will use the TPMT_ST_AUTH_SIGNED structure tag.
|
TPMT_TK_AUTH |
PolicySecretResponse.policyTicket
produced if the command succeeds and expiration in the command was non-zero ( See 23.2.5).
|
TPMT_TK_AUTH |
TPM2_PolicyTicket_REQUEST.ticket
an authorization ticket returned by the TPM in response to a TPM2_PolicySigned() or TPM2_PolicySecret()
|
| Modifier and Type | Method and Description |
|---|---|
static TPMT_TK_AUTH |
TPMT_TK_AUTH.fromTpm(byte[] x) |
static TPMT_TK_AUTH |
TPMT_TK_AUTH.fromTpm(InByteBuf buf) |
| Constructor and Description |
|---|
PolicySecretResponse(byte[] _timeout,
TPMT_TK_AUTH _policyTicket)
This command includes a secret-based authorization to a policy.
|
PolicySignedResponse(byte[] _timeout,
TPMT_TK_AUTH _policyTicket)
This command includes a signed authorization in a policy.
|
TPM2_PolicyTicket_REQUEST(TPM_HANDLE _policySession,
byte[] _timeout,
byte[] _cpHashA,
byte[] _policyRef,
byte[] _authName,
TPMT_TK_AUTH _ticket)
This command is similar to TPM2_PolicySigned() except that it takes a ticket instead of a signed authorization.
|
Copyright © 2017. All rights reserved.