PrivateKeyInfo. The PrivateKeyInfo syntax is defined in the PKCS#8 standard as follows: PrivateKeyInfo ::= SEQUENCE { version Version, privateKeyAlgorithm PrivateKeyAlgorithmIdentifier, privateKey PrivateKey, attributes [0] IMPLICIT Attributes OPTIONAL } Version ::= INTEGER PrivateKeyAlgorithmIdentifier ::= AlgorithmIdentifier PrivateKey ::= OCTET STRING Attributes ::= SET OF Attribute
@author Jan Luehe
@version 1.22, 11/17/05
@see java.security.Key
@see java.security.KeyFactory
@see KeySpec
@see EncodedKeySpec
@see X509EncodedKeySpec
@since 1.2
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |