Java org.bouncycastle.crypto.generators PKCS5S2ParametersGenerator fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.crypto.generators PKCS5S2ParametersGenerator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.crypto.generators PKCS5S2ParametersGenerator.

The text is from its open source code.

Constructor

PKCS5S2ParametersGenerator()
construct a PKCS5 Scheme 2 Parameters generator.
PKCS5S2ParametersGenerator(Digest digest)

Method

CipherParametersgenerateDerivedMacParameters(int keySize)
Generate a key parameter for use with a MAC derived from the password, salt, and iteration count we are currently initialised with.
CipherParametersgenerateDerivedParameters(int keySize, int ivSize)
Generate a key with initialisation vector parameter derived from the password, salt, and iteration count we are currently initialised with.
CipherParametersgenerateDerivedParameters(int keySize)
Generate a key parameter derived from the password, salt, and iteration count we are currently initialised with.
voidinit(byte[] password, byte[] salt, int iterationCount)
initialise the PBE generator.