org.bouncycastle.asn1.pkcs
Class PrivateKeyInfo
- DEREncodable
public class PrivateKeyInfo
getAttributes
public ASN1Set getAttributes()
getPrivateKey
public DERObject getPrivateKey()
toASN1Object
public DERObject toASN1Object()
write out an RSA private key with it's asscociated information
as described in PKCS8.
PrivateKeyInfo ::= SEQUENCE {
version Version,
privateKeyAlgorithm AlgorithmIdentifier {{PrivateKeyAlgorithms}},
privateKey PrivateKey,
attributes [0] IMPLICIT Attributes OPTIONAL
}
Version ::= INTEGER {v1(0)} (v1,...)
PrivateKey ::= OCTET STRING
Attributes ::= SET OF Attribute
- toASN1Object in interface ASN1Encodable