AttestationSigner interface
An AttestationSigner represents a signing certificate chain/Key ID combination returned by the attestation service.
Properties
certificates | An array of X.509 certificates DER encoded and PEM encoded one of which will be used to sign an attestation token. Also the "x5c" parameter in RFC 7517 section 4.7 |
key |
The Key ID for the signer, as defined by the "kid" parameter in RFC 7517 section 4.5 |
Property Details
certificates
An array of X.509 certificates DER encoded and PEM encoded one of which will be used to sign an attestation token. Also the "x5c" parameter in RFC 7517 section 4.7
certificates: string[]
Property Value
string[]
keyId
The Key ID for the signer, as defined by the "kid" parameter in RFC 7517 section 4.5
keyId?: string
Property Value
string