Package org.bouncycastle.pkcs.jcajce
Class JcaPKCS8EncryptedPrivateKeyInfoBuilder
- java.lang.Object
-
- org.bouncycastle.pkcs.PKCS8EncryptedPrivateKeyInfoBuilder
-
- org.bouncycastle.pkcs.jcajce.JcaPKCS8EncryptedPrivateKeyInfoBuilder
-
public class JcaPKCS8EncryptedPrivateKeyInfoBuilder extends PKCS8EncryptedPrivateKeyInfoBuilder
JCA-aware extension ofPKCS8EncryptedPrivateKeyInfoBuilderthat accepts a standardPrivateKeyas input.
-
-
Constructor Summary
Constructors Constructor Description JcaPKCS8EncryptedPrivateKeyInfoBuilder(java.security.PrivateKey privateKey)Base constructor.
-
Method Summary
-
Methods inherited from class org.bouncycastle.pkcs.PKCS8EncryptedPrivateKeyInfoBuilder
build
-
-