| Package | Description |
|---|---|
| tss | |
| tss.tpm |
| Modifier and Type | Method and Description |
|---|---|
static Tss.DuplicationBlob |
Tss.createDuplicationBlob(TPMT_PUBLIC targetParent,
TPMT_PUBLIC _publicPart,
TPMT_SENSITIVE _sensitivePart,
TPMT_SYM_DEF_OBJECT innerWrapper) |
TPM_HANDLE |
Tpm.LoadExternal(TPMT_SENSITIVE inPrivate,
TPMT_PUBLIC inPublic,
TPM_HANDLE hierarchy)
This command is used to load an object that is not a Protected Object into the TPM.
|
| Modifier and Type | Field and Description |
|---|---|
TPMT_SENSITIVE |
TPM2_LoadExternal_REQUEST.inPrivate
the sensitive portion of the object (optional)
|
TPMT_SENSITIVE |
_PRIVATE.sensitive
the sensitive area
|
TPMT_SENSITIVE |
TssObject.Sensitive
Sensitive part of key
|
TPMT_SENSITIVE |
TPM2B_SENSITIVE.sensitiveArea
an unencrypted sensitive area
|
| Modifier and Type | Method and Description |
|---|---|
static TPMT_SENSITIVE |
TPMT_SENSITIVE.fromTpm(byte[] x) |
static TPMT_SENSITIVE |
TPMT_SENSITIVE.fromTpm(InByteBuf buf) |
| Constructor and Description |
|---|
_PRIVATE(byte[] _integrityOuter,
byte[] _integrityInner,
TPMT_SENSITIVE _sensitive)
This structure is defined to size the contents of a TPM2B_PRIVATE.
|
TPM2_LoadExternal_REQUEST(TPMT_SENSITIVE _inPrivate,
TPMT_PUBLIC _inPublic,
TPM_HANDLE _hierarchy)
This command is used to load an object that is not a Protected Object into the TPM.
|
TPM2B_SENSITIVE(TPMT_SENSITIVE _sensitiveArea)
The TPM2B_SENSITIVE structure is used as a parameter in TPM2_LoadExternal().
|
TssObject(TPMT_PUBLIC _Public,
TPMT_SENSITIVE _Sensitive,
TPM2B_PRIVATE _Private)
Contains the public and the plaintext-sensitive and/or encrypted private part of a TPM key (or other object)
|
Copyright © 2017. All rights reserved.