Package | Description |
---|---|
org.bouncycastle.pkcs.jcajce |
JCA extensions to the PKCS#10 certification request package.
|
Modifier and Type | Method and Description |
---|---|
JcePKCSPBEOutputEncryptorBuilder |
JcePKCSPBEOutputEncryptorBuilder.setIterationCount(int iterationCount)
Set the iteration count for the PBE calculation.
|
JcePKCSPBEOutputEncryptorBuilder |
JcePKCSPBEOutputEncryptorBuilder.setKeySizeProvider(SecretKeySizeProvider keySizeProvider)
Set the lookup provider of AlgorithmIdentifier returning key_size_in_bits used to
handle PKCS5 decryption.
|
JcePKCSPBEOutputEncryptorBuilder |
JcePKCSPBEOutputEncryptorBuilder.setProvider(Provider provider) |
JcePKCSPBEOutputEncryptorBuilder |
JcePKCSPBEOutputEncryptorBuilder.setProvider(String providerName) |
Copyright © 2016 BouncyCastle.org. All rights reserved.