Module picky_asn1_x509::private_key_info
source · Structs
Enums
Constants
- When
PrivateKeyInfo
have this version specified, it should not havepublic_key
field set. This version ofPrivateKeyInfo
mostly used to represent RSA and EC private keys. - When
PrivateKeyInfo
have this version specified, it should havepublic_key
field set. This version ofPrivateKeyInfo
mostly used to represent Ed25519 and Ed448 private keys and defined asOneAsymmetricKey
in RFC5958.