checkSignature

Does not use trusted roots Throws if not trusted

  1. void checkSignature(Vector!(ubyte, ALLOC) tbs_response, AlgorithmIdentifier sig_algo, Vector!ubyte signature, X509Certificate cert)
    static if(BOTAN_HAS_X509_CERTIFICATES)
    void
    checkSignature
    (
    ALLOC
    )
    (
    auto const ref Vector!(ubyte, ALLOC) tbs_response
    ,,
    const ref Vector!ubyte signature
    ,
    const X509Certificate cert
    )
  2. void checkSignature(Vector!(ubyte, ALLOC) tbs_response, AlgorithmIdentifier sig_algo, Vector!ubyte signature, CertificateStore trusted_roots, Vector!X509Certificate certs)

Meta