Package org.bouncycastle.openssl.jcajce
Class JcaPKCS8Generator
java.lang.Object
org.bouncycastle.openssl.PKCS8Generator
org.bouncycastle.openssl.jcajce.JcaPKCS8Generator
- All Implemented Interfaces:
org.bouncycastle.util.io.pem.PemObjectGenerator
-
Field Summary
Fields inherited from class org.bouncycastle.openssl.PKCS8Generator
AES_128_CBC, AES_192_CBC, AES_256_CBC, DES3_CBC, PBE_SHA1_2DES, PBE_SHA1_3DES, PBE_SHA1_RC2_128, PBE_SHA1_RC2_40, PBE_SHA1_RC4_128, PBE_SHA1_RC4_40, PRF_HMACGOST3411, PRF_HMACSHA1, PRF_HMACSHA224, PRF_HMACSHA256, PRF_HMACSHA3_224, PRF_HMACSHA3_256, PRF_HMACSHA3_384, PRF_HMACSHA3_512, PRF_HMACSHA384, PRF_HMACSHA512
-
Constructor Summary
-
Method Summary
Methods inherited from class org.bouncycastle.openssl.PKCS8Generator
generate
-
Constructor Details
-
JcaPKCS8Generator
public JcaPKCS8Generator(PrivateKey key, OutputEncryptor encryptor) throws org.bouncycastle.util.io.pem.PemGenerationException - Throws:
org.bouncycastle.util.io.pem.PemGenerationException
-