Type alias TrustedVerifierCertificate

TrustedVerifierCertificate: {
    commonName: string;
    id: string;
    pem: string;
}

Represents a trusted verifier certificate conforming to the IACA profile as per ISO 18013-5.

Type declaration

  • Readonly commonName: string
  • Readonly id: string
  • Readonly pem: string

Generated using TypeDoc