| Package | Description |
|---|---|
| tss.tpm |
| Modifier and Type | Field and Description |
|---|---|
TPMA_ALGORITHM |
TPMS_ALG_PROPERTY.algProperties
the attributes of the algorithm
|
static TPMA_ALGORITHM |
TPMA_ALGORITHM.asymmetric |
TPMA_ALGORITHM |
TPMS_ALGORITHM_DESCRIPTION.attributes
the attributes of the algorithm
|
static TPMA_ALGORITHM |
TPMA_ALGORITHM.encrypting |
static TPMA_ALGORITHM |
TPMA_ALGORITHM.hash |
static TPMA_ALGORITHM |
TPMA_ALGORITHM.method |
static TPMA_ALGORITHM |
TPMA_ALGORITHM.object |
static TPMA_ALGORITHM |
TPMA_ALGORITHM.signing |
static TPMA_ALGORITHM |
TPMA_ALGORITHM.symmetric |
| Modifier and Type | Method and Description |
|---|---|
static TPMA_ALGORITHM |
TPMA_ALGORITHM.fromInt(int value) |
static TPMA_ALGORITHM |
TPMA_ALGORITHM.fromTpm(byte[] buf) |
static TPMA_ALGORITHM |
TPMA_ALGORITHM.fromTpm(InByteBuf buf) |
TPMA_ALGORITHM |
TPMA_ALGORITHM.maskAttr(TPMA_ALGORITHM attr) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<TPMA_ALGORITHM> |
TPMA_ALGORITHM.values() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TPMA_ALGORITHM.hasAttr(TPMA_ALGORITHM attr) |
TPMA_ALGORITHM |
TPMA_ALGORITHM.maskAttr(TPMA_ALGORITHM attr) |
| Constructor and Description |
|---|
TPMA_ALGORITHM(TPMA_ALGORITHM... attrs) |
TPMS_ALG_PROPERTY(TPM_ALG_ID _alg,
TPMA_ALGORITHM _algProperties)
This structure is used to report the properties of an algorithm identifier.
|
TPMS_ALGORITHM_DESCRIPTION(TPM_ALG_ID _alg,
TPMA_ALGORITHM _attributes)
This structure is a return value for a TPM2_GetCapability() that reads the installed algorithms.
|
Copyright © 2017. All rights reserved.