Constant picky_asn1_x509::private_key_info::PRIVATE_KEY_INFO_VERSION_1
source ยท 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.