PackedAttestationStatement

See Packed Attestation Statement Format.

Definition

interface PackedAttestationStatement {
	algorithm: number;
	signature: Uint8Array;
	certificates: Uint8Array[] | null;
}

Properties

  • algorithm: IANA COSE algorithm ID
  • signature
  • certificates: If defined, a series of X.509 encoded certificates, where the first one is the attestation certificate and the rest is its certificate chain.