| Package | Description |
|---|---|
| tss.tpm |
| Modifier and Type | Field and Description |
|---|---|
TPMA_NV |
TPMS_NV_PUBLIC.attributes
the Index attributes
|
static TPMA_NV |
TPMA_NV.AUTHREAD |
static TPMA_NV |
TPMA_NV.AUTHWRITE |
static TPMA_NV |
TPMA_NV.BITS |
static TPMA_NV |
TPMA_NV.CLEAR_STCLEAR |
static TPMA_NV |
TPMA_NV.COUNTER |
static TPMA_NV |
TPMA_NV.EXTEND |
static TPMA_NV |
TPMA_NV.GLOBALLOCK |
static TPMA_NV |
TPMA_NV.NO_DA |
static TPMA_NV |
TPMA_NV.ORDERLY |
static TPMA_NV |
TPMA_NV.ORDINARY |
static TPMA_NV |
TPMA_NV.OWNERREAD |
static TPMA_NV |
TPMA_NV.OWNERWRITE |
static TPMA_NV |
TPMA_NV.PIN_FAIL |
static TPMA_NV |
TPMA_NV.PIN_PASS |
static TPMA_NV |
TPMA_NV.PLATFORMCREATE |
static TPMA_NV |
TPMA_NV.POLICY_DELETE |
static TPMA_NV |
TPMA_NV.POLICYREAD |
static TPMA_NV |
TPMA_NV.POLICYWRITE |
static TPMA_NV |
TPMA_NV.PPREAD |
static TPMA_NV |
TPMA_NV.PPWRITE |
static TPMA_NV |
TPMA_NV.READ_STCLEAR |
static TPMA_NV |
TPMA_NV.READLOCKED |
static TPMA_NV |
TPMA_NV.TpmNt_BIT_0 |
static TPMA_NV |
TPMA_NV.TpmNt_BIT_1 |
static TPMA_NV |
TPMA_NV.TpmNt_BIT_2 |
static TPMA_NV |
TPMA_NV.TpmNt_BIT_3 |
static TPMA_NV |
TPMA_NV.WRITE_STCLEAR |
static TPMA_NV |
TPMA_NV.WRITEALL |
static TPMA_NV |
TPMA_NV.WRITEDEFINE |
static TPMA_NV |
TPMA_NV.WRITELOCKED |
static TPMA_NV |
TPMA_NV.WRITTEN |
| Modifier and Type | Method and Description |
|---|---|
static TPMA_NV |
TPMA_NV.fromInt(int value) |
static TPMA_NV |
TPMA_NV.fromTpm(byte[] buf) |
static TPMA_NV |
TPMA_NV.fromTpm(InByteBuf buf) |
TPMA_NV |
TPMA_NV.maskAttr(TPMA_NV attr) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<TPMA_NV> |
TPMA_NV.values() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TPMA_NV.hasAttr(TPMA_NV attr) |
TPMA_NV |
TPMA_NV.maskAttr(TPMA_NV attr) |
| Constructor and Description |
|---|
TPMA_NV(TPMA_NV... attrs) |
TPMS_NV_PUBLIC(TPM_HANDLE _nvIndex,
TPM_ALG_ID _nameAlg,
TPMA_NV _attributes,
byte[] _authPolicy,
int _dataSize)
This structure describes an NV Index.
|
Copyright © 2017. All rights reserved.