| Package | Description |
|---|---|
| tss | |
| tss.tpm |
| Modifier and Type | Method and Description |
|---|---|
QuoteResponse |
Tpm.Quote(TPM_HANDLE signHandle,
byte[] qualifyingData,
TPMU_SIG_SCHEME inScheme,
TPMS_PCR_SELECTION[] PCRselect)
This command is used to quote PCR values.
|
| 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 QuoteResponse |
QuoteResponse.fromTpm(byte[] x) |
static QuoteResponse |
QuoteResponse.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.