Return the NID of the signature algorithm used by an SCT.
Synopsis
Declared in <openssl/ct.h>
int
SCT_get_signature_nid(SCT const* sct);
Return Value
An NID such as NID_sha256WithRSAEncryption or NID_ecdsa_with_SHA256, or NID_undef.
Parameters
Name |
Description |
sct |
SCT to query. |
Created with MrDocs