Class CertificateStoreAbstract

Store of certificates.

Hierarchy (view full)

Constructors

Methods

  • Store subjectCertificate as long as it's still valid.

    Parameters

    • path: CertificationPath
    • issuerId: string

      Whilst we could take the {issuerId} from the leaf certificate in the {path}, we must not rely on it because we don't have enough information/context here to be certain that the value is legitimate. Additionally, the value has to be present in an X.509 extension, which could be absent if produced by a non-compliant implementation.

    Returns Promise<void>

Generated using TypeDoc