| Package | Description |
|---|---|
| tss | |
| tss.tpm |
| Modifier and Type | Method and Description |
|---|---|
PCR_ReadResponse |
Tpm.PCR_Read(TPMS_PCR_SELECTION[] pcrSelectionIn)
This command returns the values of all PCR specified in pcrSelectionIn.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Crypto.validateQuote(TPMT_PUBLIC pubKey,
PCR_ReadResponse expectedPcrs,
byte[] nonce,
QuoteResponse quote)
Validate a TPM quote against a set of PCR and a nonce.
|
| Modifier and Type | Method and Description |
|---|---|
static PCR_ReadResponse |
PCR_ReadResponse.fromTpm(byte[] x) |
static PCR_ReadResponse |
PCR_ReadResponse.fromTpm(InByteBuf buf) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TPMT_PUBLIC.validateQuote(PCR_ReadResponse expectedPcrs,
byte[] nonce,
QuoteResponse quote)
Validate a TPM quote against a set of PCR and a nonce.
|
Copyright © 2017. All rights reserved.