public class EncryptedPrivateKeyInfoBuilder
extends java.lang.Object
EncryptedPrivateKeyInfo ::= SEQUENCE { encryptionAlgorithm AlgorithmIdentifier {{KeyEncryptionAlgorithms}}, encryptedData EncryptedData } EncryptedData ::= OCTET STRING KeyEncryptionAlgorithms ALGORITHM-IDENTIFIER ::= { ... -- For local profiles }
Constructor and Description |
---|
EncryptedPrivateKeyInfoBuilder(org.bouncycastle.asn1.pkcs.PrivateKeyInfo privateKeyInfo) |
Modifier and Type | Method and Description |
---|---|
EncryptedPrivateKeyInfoHolder |
build(OutputEncryptor encryptor) |
public EncryptedPrivateKeyInfoBuilder(org.bouncycastle.asn1.pkcs.PrivateKeyInfo privateKeyInfo)
public EncryptedPrivateKeyInfoHolder build(OutputEncryptor encryptor)