2 -- This is the unencrypted variant
4 PrivateKeyInfo ::= SEQUENCE {
6 privateKeyAlgorithm PrivateKeyAlgorithmIdentifier,
8 attributes [0] IMPLICIT Attributes OPTIONAL
11 Version ::= INTEGER ({ pkcs8_note_version })
13 PrivateKeyAlgorithmIdentifier ::= AlgorithmIdentifier ({ pkcs8_note_algo })
15 PrivateKey ::= OCTET STRING ({ pkcs8_note_key })
17 Attributes ::= SET OF Attribute
21 AlgorithmIdentifier ::= SEQUENCE {
22 algorithm OBJECT IDENTIFIER ({ pkcs8_note_OID }),
23 parameters ANY OPTIONAL