| Package | Description |
|---|---|
| tss | |
| tss.tpm |
| Modifier and Type | Method and Description |
|---|---|
TPMS_CONTEXT |
Tpm.ContextSave(TPM_HANDLE saveHandle)
This command saves a session context, object context, or sequence object context outside the TPM.
|
| Modifier and Type | Method and Description |
|---|---|
TPM_HANDLE |
Tpm.ContextLoad(TPMS_CONTEXT context)
This command is used to reload a context that has been saved by TPM2_ContextSave().
|
| Modifier and Type | Field and Description |
|---|---|
TPMS_CONTEXT |
TPM2_ContextLoad_REQUEST.context
the context blob
|
TPMS_CONTEXT |
ContextSaveResponse.context |
| Modifier and Type | Method and Description |
|---|---|
static TPMS_CONTEXT |
TPMS_CONTEXT.fromTpm(byte[] x) |
static TPMS_CONTEXT |
TPMS_CONTEXT.fromTpm(InByteBuf buf) |
| Constructor and Description |
|---|
ContextSaveResponse(TPMS_CONTEXT _context)
This command saves a session context, object context, or sequence object context outside the TPM.
|
TPM2_ContextLoad_REQUEST(TPMS_CONTEXT _context)
This command is used to reload a context that has been saved by TPM2_ContextSave().
|
Copyright © 2017. All rights reserved.