Module c509_certificate::subject_pub_key_algo::data
source ยท Expand description
Public key algorithm data provides a necessary information for encoding and decoding
of C509 subjectPublicKeyAlgorithm
. See C509 Certificate
Section 9.11 C509 Public Key Algorithms Registry for more information.
Structsยง
- A struct of data that contains lookup table of integer to OID in bidirectional way for
SubjectPublicKeyAlgorithm
.
Constantsยง
- PUB_
KEY_ ๐ALGO_ DATA Public key algorithm data table.
Staticsยง
- Static reference to the
SubjectPubKeyAlgoData
lookup table. - Define static lookup for subject publickey 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