162306a36Sopenharmony_ci-- 262306a36Sopenharmony_ci-- This is the unencrypted variant 362306a36Sopenharmony_ci-- 462306a36Sopenharmony_ciPrivateKeyInfo ::= SEQUENCE { 562306a36Sopenharmony_ci version Version, 662306a36Sopenharmony_ci privateKeyAlgorithm PrivateKeyAlgorithmIdentifier, 762306a36Sopenharmony_ci privateKey PrivateKey, 862306a36Sopenharmony_ci attributes [0] IMPLICIT Attributes OPTIONAL 962306a36Sopenharmony_ci} 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ciVersion ::= INTEGER ({ pkcs8_note_version }) 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ciPrivateKeyAlgorithmIdentifier ::= AlgorithmIdentifier ({ pkcs8_note_algo }) 1462306a36Sopenharmony_ci 1562306a36Sopenharmony_ciPrivateKey ::= OCTET STRING ({ pkcs8_note_key }) 1662306a36Sopenharmony_ci 1762306a36Sopenharmony_ciAttributes ::= SET OF Attribute 1862306a36Sopenharmony_ci 1962306a36Sopenharmony_ciAttribute ::= ANY 2062306a36Sopenharmony_ci 2162306a36Sopenharmony_ciAlgorithmIdentifier ::= SEQUENCE { 2262306a36Sopenharmony_ci algorithm OBJECT IDENTIFIER ({ pkcs8_note_OID }), 2362306a36Sopenharmony_ci parameters ANY OPTIONAL 2462306a36Sopenharmony_ci} 25