kconfig: remove redundant if_block rule
[linux/fpc-iii.git] / crypto / asymmetric_keys / pkcs8.asn1
blob702c41a3c7137a0fa69640cf743633b4d950767f
1 --
2 -- This is the unencrypted variant
3 --
4 PrivateKeyInfo ::= SEQUENCE {
5         version                 Version,
6         privateKeyAlgorithm     PrivateKeyAlgorithmIdentifier,
7         privateKey              PrivateKey,
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
19 Attribute ::= ANY
21 AlgorithmIdentifier ::= SEQUENCE {
22         algorithm   OBJECT IDENTIFIER ({ pkcs8_note_OID }),
23         parameters  ANY OPTIONAL