checkSignature

Iterates over trusted roots certificate store throws if not trusted

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

Meta