public class PKCS8EncryptedPrivateKeyInfoBuilder extends Object
EncryptedPrivateKeyInfo ::= SEQUENCE {
encryptionAlgorithm AlgorithmIdentifier {{KeyEncryptionAlgorithms}},
encryptedData EncryptedData
}
EncryptedData ::= OCTET STRING
KeyEncryptionAlgorithms ALGORITHM-IDENTIFIER ::= {
... -- For local profiles
}
| Constructor and Description |
|---|
PKCS8EncryptedPrivateKeyInfoBuilder(PrivateKeyInfo privateKeyInfo) |
public PKCS8EncryptedPrivateKeyInfoBuilder(PrivateKeyInfo privateKeyInfo)
public PKCS8EncryptedPrivateKeyInfo build(OutputEncryptor encryptor)
Copyright © 2015–2016 The veraPDF Consortium. All rights reserved.