Package tss.tpm
Interface TPMU_PUBLIC_ID
-
- All Superinterfaces:
TpmMarshaller
,TpmUnion
- All Known Implementing Classes:
TPM2B_AUTH
,TPM2B_DIGEST
,TPM2B_DIGEST_KEYEDHASH
,TPM2B_DIGEST_SYMCIPHER
,TPM2B_NONCE
,TPM2B_OPERAND
,TPM2B_PUBLIC_KEY_RSA
,TPMS_DERIVE
,TPMS_ECC_POINT
public interface TPMU_PUBLIC_ID extends TpmUnion
This is the union of all values allowed in in the unique field of a TPMT_PUBLIC. One of: TPM2B_DIGEST_KEYEDHASH, TPM2B_DIGEST_SYMCIPHER, TPM2B_PUBLIC_KEY_RSA, TPMS_ECC_POINT, TPMS_DERIVE.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TPM_ALG_ID
GetUnionSelector()
-
Methods inherited from interface tss.TpmMarshaller
initFromTpm, toTpm
-
-
-
-
Method Detail
-
GetUnionSelector
TPM_ALG_ID GetUnionSelector()
-
-