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 classKeyParameterMethods in com.ongres.scram.common.bouncycastle.pbkdf2 that return CipherParameters Modifier and Type Method Description abstract CipherParametersPBEParametersGenerator. generateDerivedParameters(int keySize)generate derived parameters for a key of length keySize.CipherParametersPKCS5S2ParametersGenerator. 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 voidHMac. init(CipherParameters params)voidMac. init(CipherParameters params)Initialise the MAC.
-