pub const PRIVATE_KEY_INFO_VERSION_1: u8 = 0;
Expand description
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.
pub const PRIVATE_KEY_INFO_VERSION_1: u8 = 0;
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.