Function certIssuedBy

  • Checks if the subject certificate was issued by the issuer certificate This is done by checking all attributes for equality. This does not perform a signature check.

    Parameters

    • subject: Readonly<X509Certificate>
    • issuer: Readonly<X509Certificate>

    Returns boolean

Generated using TypeDoc