| Package | Description |
|---|---|
| tss.tpm |
| Modifier and Type | Field and Description |
|---|---|
TPMA_SESSION |
SessionOut.attributes
Session attributes
|
TPMA_SESSION |
SessionIn.attributes
Session attributes
|
static TPMA_SESSION |
TPMA_SESSION.audit |
static TPMA_SESSION |
TPMA_SESSION.auditExclusive |
static TPMA_SESSION |
TPMA_SESSION.auditReset |
static TPMA_SESSION |
TPMA_SESSION.continueSession |
static TPMA_SESSION |
TPMA_SESSION.decrypt |
static TPMA_SESSION |
TPMA_SESSION.encrypt |
TPMA_SESSION |
TPMS_AUTH_COMMAND.sessionAttributes
the session attributes
|
TPMA_SESSION |
AUTHResponse.sessionAttributes
the session attributes
|
| Modifier and Type | Method and Description |
|---|---|
static TPMA_SESSION |
TPMA_SESSION.fromInt(int value) |
static TPMA_SESSION |
TPMA_SESSION.fromTpm(byte[] buf) |
static TPMA_SESSION |
TPMA_SESSION.fromTpm(InByteBuf buf) |
TPMA_SESSION |
TPMA_SESSION.maskAttr(TPMA_SESSION attr) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<TPMA_SESSION> |
TPMA_SESSION.values() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TPMA_SESSION.hasAttr(TPMA_SESSION attr) |
TPMA_SESSION |
TPMA_SESSION.maskAttr(TPMA_SESSION attr) |
| Constructor and Description |
|---|
AUTHResponse(byte[] _nonce,
TPMA_SESSION _sessionAttributes,
byte[] _hmac)
This is the format for each of the authorizations in the session area of the response.
|
SessionIn(TPM_HANDLE _handle,
byte[] _nonceCaller,
TPMA_SESSION _attributes,
byte[] _auth)
Structure representing a session block in a command buffer [tss]
|
SessionOut(byte[] _nonceTpm,
TPMA_SESSION _attributes,
byte[] _auth)
Structure representing a session block in a response buffer [tss]
|
TPMA_SESSION(TPMA_SESSION... attrs) |
TPMS_AUTH_COMMAND(TPM_HANDLE _sessionHandle,
byte[] _nonce,
TPMA_SESSION _sessionAttributes,
byte[] _hmac)
This is the format used for each of the authorizations in the session area of a command.
|
Copyright © 2017. All rights reserved.