Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AttestationSigner

Package version

An AttestationSigner represents a signing certificate chain/Key ID combination returned by the attestation service.

Hierarchy

  • AttestationSigner

Index

Properties

Properties

certificates

certificates: Uint8Array[]

An array of X.509 DER encoded certificates one of which will be used to sign an attestation token. Also the "x5c" parameter in RFC 7517 section 4.7

Optional keyId

keyId: undefined | string

The Key ID for the signer, as defined by the "kid" parameter in RFC 7517 section 4.5

Generated using TypeDoc