| Package | Description |
|---|---|
| tss | |
| tss.tpm |
| Modifier and Type | Method and Description |
|---|---|
void |
Tpm.TestParms(TPMU_PUBLIC_PARMS parameters)
This command is used to check to see if specific combinations of algorithm parameters are supported.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TPMS_ASYM_PARMS
This structure contains the common public area parameters for an asymmetric key.
|
class |
TPMS_ECC_PARMS
This structure contains the parameters for prime modulus ECC.
|
class |
TPMS_KEYEDHASH_PARMS
This structure describes the parameters that would appear in the public area of a KEYEDHASH object.
|
class |
TPMS_RSA_PARMS
A TPM compatible with this specification and supporting RSA shall support two primes and an exponent of zero.
|
class |
TPMS_SYMCIPHER_PARMS
This structure contains the parameters for a symmetric block cipher object.
|
| Modifier and Type | Field and Description |
|---|---|
TPMU_PUBLIC_PARMS |
TPMT_PUBLIC_PARMS.parameters
the algorithm details
|
TPMU_PUBLIC_PARMS |
TPMT_PUBLIC.parameters
the algorithm or structure details
|
TPMU_PUBLIC_PARMS |
TPM2_TestParms_REQUEST.parameters
algorithm parameters to be validated
|
| Constructor and Description |
|---|
TPM2_TestParms_REQUEST(TPMU_PUBLIC_PARMS _parameters)
This command is used to check to see if specific combinations of algorithm parameters are supported.
|
TPMT_PUBLIC_PARMS(TPMU_PUBLIC_PARMS _parameters)
This structure is used in TPM2_TestParms() to validate that a set of algorithm parameters is supported by the TPM.
|
TPMT_PUBLIC(TPM_ALG_ID _nameAlg,
TPMA_OBJECT _objectAttributes,
byte[] _authPolicy,
TPMU_PUBLIC_PARMS _parameters,
TPMU_PUBLIC_ID _unique)
Table 191 defines the public area structure.
|
Copyright © 2017. All rights reserved.