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

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

Introduction

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

The text is from its open source code.

Constructor

OpenSSLPBEParametersGenerator()
Construct a OpenSSL Parameters generator.

Method

CipherParametersgenerateDerivedParameters(int keySize)
Generate a key parameter 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.
voidinit(byte[] password, byte[] salt)
Initialise - note the iteration count for this algorithm is fixed at 1.