Uses of Interface
com.ongres.scram.common.bouncycastle.pbkdf2.CipherParameters
Packages that use CipherParameters
-
Uses of CipherParameters in com.ongres.scram.common.bouncycastle.pbkdf2
Classes in com.ongres.scram.common.bouncycastle.pbkdf2 that implement CipherParametersMethods in com.ongres.scram.common.bouncycastle.pbkdf2 that return CipherParametersModifier and TypeMethodDescriptionabstract CipherParametersPBEParametersGenerator.generateDerivedParameters(int keySize) generate derived parameters for a key of length keySize.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 CipherParametersModifier and TypeMethodDescriptionvoidHMac.init(CipherParameters params) voidMac.init(CipherParameters params) Initialise the MAC.