org.bouncycastle.asn1.pkcs
public class EncryptedPrivateKeyInfo extends ASN1Encodable
| Constructor Summary | |
|---|---|
| EncryptedPrivateKeyInfo(ASN1Sequence seq) | |
| EncryptedPrivateKeyInfo(AlgorithmIdentifier algId, byte[] encoding) | |
| Method Summary | |
|---|---|
| byte[] | getEncryptedData() |
| AlgorithmIdentifier | getEncryptionAlgorithm() |
| static EncryptedPrivateKeyInfo | getInstance(Object obj) |
| DERObject | toASN1Object()
Produce an object suitable for an ASN1OutputStream.
|
EncryptedPrivateKeyInfo ::= SEQUENCE {
encryptionAlgorithm AlgorithmIdentifier {{KeyEncryptionAlgorithms}},
encryptedData EncryptedData
}
EncryptedData ::= OCTET STRING
KeyEncryptionAlgorithms ALGORITHM-IDENTIFIER ::= {
... -- For local profiles
}