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

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

Introduction

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

The text is from its open source code.

Constructor

PKCS12ParametersGenerator(Digest digest)
Construct a PKCS 12 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, int iterationCount)
initialise the PBE generator.