public class EncryptedPrivateKeyInfoBuilder extends Object
EncryptedPrivateKeyInfo ::= SEQUENCE { encryptionAlgorithm AlgorithmIdentifier {{KeyEncryptionAlgorithms}}, encryptedData EncryptedData } EncryptedData ::= OCTET STRING KeyEncryptionAlgorithms ALGORITHM-IDENTIFIER ::= { ... -- For local profiles }
Constructor and Description |
---|
EncryptedPrivateKeyInfoBuilder(PrivateKeyInfo privateKeyInfo) |
Modifier and Type | Method and Description |
---|---|
EncryptedPrivateKeyInfoHolder |
build(OutputEncryptor encryptor) |
public EncryptedPrivateKeyInfoBuilder(PrivateKeyInfo privateKeyInfo)
public EncryptedPrivateKeyInfoHolder build(OutputEncryptor encryptor)
Copyright © 2015. All rights reserved.