Package | Description |
---|---|
org.bouncycastle.crypto.util |
Modifier and Type | Method and Description |
---|---|
PBKDF2Config.Builder |
PBKDF2Config.Builder.withIterationCount(int iterationCount)
Set the iteration count for the PBE calculation.
|
PBKDF2Config.Builder |
PBKDF2Config.Builder.withPRF(AlgorithmIdentifier prf)
Set the PRF to use for key generation.
|
PBKDF2Config.Builder |
PBKDF2Config.Builder.withSaltLength(int saltLength)
Set the length of the salt to use.
|
Copyright © 2021 BouncyCastle.org. All rights reserved.