Module c509_certificate::issuer_sig_algo::data
source ยท Expand description
Signature algorithm data provides a necessary information for encoding and decoding of
C509 issuerSignatureAlgorithm
. See C509 Certificate
Section 9.10 C509 Signature Algorithms Registry for more information.
Structsยง
- Issuer
SigAlgo ๐Data A struct of data that contains lookup table of integer to OID in bidirectional way forIssuerSignatureAlgorithm
.
Constantsยง
- SIG_
ALGO_ ๐DATA Signature algorithm data table.
Staticsยง
- Static reference to the
IssuerSigAlgoData
lookup table. - Define static lookup for issuer signature algorithm table
Functionsยง
- get_
oid_ ๐from_ int Get the OID from the int value.
Type Aliasesยง
- Algorithm
Data ๐Tuple Type of algorithm data INT | OID | Name