Uses of Class
org.bouncycastle.openssl.jcajce.JceOpenSSLPKCS8EncryptorBuilder
-
Packages that use JceOpenSSLPKCS8EncryptorBuilder Package Description org.bouncycastle.openssl.jcajce -
-
Uses of JceOpenSSLPKCS8EncryptorBuilder in org.bouncycastle.openssl.jcajce
Methods in org.bouncycastle.openssl.jcajce that return JceOpenSSLPKCS8EncryptorBuilder Modifier and Type Method Description JceOpenSSLPKCS8EncryptorBuilder
JceOpenSSLPKCS8EncryptorBuilder. setIterationCount(int iterationCount)
JceOpenSSLPKCS8EncryptorBuilder
JceOpenSSLPKCS8EncryptorBuilder. setPasssword(char[] password)
Deprecated.Incorrectly spelt - use setPassword()JceOpenSSLPKCS8EncryptorBuilder
JceOpenSSLPKCS8EncryptorBuilder. setPassword(char[] password)
JceOpenSSLPKCS8EncryptorBuilder
JceOpenSSLPKCS8EncryptorBuilder. setPRF(org.bouncycastle.asn1.x509.AlgorithmIdentifier prf)
Set the PRF to use for key generation.JceOpenSSLPKCS8EncryptorBuilder
JceOpenSSLPKCS8EncryptorBuilder. setProvider(String providerName)
JceOpenSSLPKCS8EncryptorBuilder
JceOpenSSLPKCS8EncryptorBuilder. setProvider(Provider provider)
JceOpenSSLPKCS8EncryptorBuilder
JceOpenSSLPKCS8EncryptorBuilder. setRandom(SecureRandom random)
-