Package | Description |
---|---|
com.ongres.scram.common.bouncycastle.pbkdf2 |
Modifier and Type | Class and Description |
---|---|
class |
KeyParameter |
Modifier and Type | Method and Description |
---|---|
abstract CipherParameters |
PBEParametersGenerator.generateDerivedParameters(int keySize)
generate derived parameters for a key of length keySize.
|
CipherParameters |
PKCS5S2ParametersGenerator.generateDerivedParameters(int keySize)
Generate a key parameter derived from the password, salt, and iteration
count we are currently initialised with.
|
Modifier and Type | Method and Description |
---|---|
void |
HMac.init(CipherParameters params) |
void |
Mac.init(CipherParameters params)
Initialise the MAC.
|
Copyright © 2019–2024. All rights reserved.