Uses of Interface
com.ongres.scram.common.bouncycastle.pbkdf2.CipherParameters
-
Packages that use CipherParameters Package Description com.ongres.scram.common.bouncycastle.pbkdf2 -
-
Uses of CipherParameters in com.ongres.scram.common.bouncycastle.pbkdf2
Classes in com.ongres.scram.common.bouncycastle.pbkdf2 that implement CipherParameters Modifier and Type Class Description class
KeyParameter
Methods in com.ongres.scram.common.bouncycastle.pbkdf2 that return CipherParameters Modifier and Type Method 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.Methods in com.ongres.scram.common.bouncycastle.pbkdf2 with parameters of type CipherParameters Modifier and Type Method Description void
HMac. init(CipherParameters params)
void
Mac. init(CipherParameters params)
Initialise the MAC.
-