Module private_key_info

Source

Structs§

ECPrivateKey
Elliptic Curve Private Key Structure
PrivateKeyInfo
Public-Key Cryptography Standards (PKCS) #8 Asymmetric Key Packages
RsaPrivateKey
PKCS #1: RSA Cryptography Specifications Version 2.2

Enums§

PrivateKeyValue

Constants§

PRIVATE_KEY_INFO_VERSION_1
When PrivateKeyInfo have this version specified, it should not have public_key field set. This version of PrivateKeyInfo mostly used to represent RSA and EC private keys.
PRIVATE_KEY_INFO_VERSION_2
When PrivateKeyInfo have this version specified, it should have public_key field set. This version of PrivateKeyInfo mostly used to represent Ed25519 and Ed448 private keys and defined as OneAsymmetricKey in RFC5958.

Type Aliases§

EncapsulatedEcSecret