Class JcaPKCS8EncryptedPrivateKeyInfoBuilder
java.lang.Object
org.bouncycastle.pkcs.PKCS8EncryptedPrivateKeyInfoBuilder
org.bouncycastle.pkcs.jcajce.JcaPKCS8EncryptedPrivateKeyInfoBuilder
JCA-aware extension of
PKCS8EncryptedPrivateKeyInfoBuilder that accepts a standard
PrivateKey as input.-
Constructor Summary
ConstructorsConstructorDescriptionJcaPKCS8EncryptedPrivateKeyInfoBuilder(PrivateKey privateKey) Base constructor. -
Method Summary
Methods inherited from class PKCS8EncryptedPrivateKeyInfoBuilder
build
-
Constructor Details
-
JcaPKCS8EncryptedPrivateKeyInfoBuilder
Base constructor.- Parameters:
privateKey- the JCA private key to be encrypted.
-