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