Module c509_certificate::subject_pub_key_algo

source ·
Expand description

C509 Issuer Signature Algorithm as a part of TBSCertificate used in C509 Certificate.

subjectPublicKeyAlgorithm: AlgorithmIdentifier

Modules§

  • data 🔒
    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§

  • Helper 🔒
    Helper struct for deserialize and serialize SubjectPubKeyAlgorithm.
  • A struct represents the SubjectPubKeyAlgorithm