KeyAttestation interface
An interface representing the properties of a key's attestation
Properties
| certificate |
The certificate used for attestation validation, in PEM format. |
| private |
The key attestation corresponding to the private key material of the key. |
| public |
The key attestation corresponding to the public key material of the key. |
| version | The version of the attestation. |
Property Details
certificatePemFile
The certificate used for attestation validation, in PEM format.
certificatePemFile?: Uint8Array
Property Value
Uint8Array
privateKeyAttestation
The key attestation corresponding to the private key material of the key.
privateKeyAttestation?: Uint8Array
Property Value
Uint8Array
publicKeyAttestation
The key attestation corresponding to the public key material of the key.
publicKeyAttestation?: Uint8Array
Property Value
Uint8Array
version
The version of the attestation.
version?: string
Property Value
string