Java org.bouncycastle.asn1.pkcs PBKDF2Params fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.asn1.pkcs PBKDF2Params fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.asn1.pkcs PBKDF2Params.

The text is from its open source code.

Method

PBKDF2ParamsgetInstance(Object obj)
Create PBKDF2Params from the passed in object,
BigIntegergetIterationCount()
Return the iteration count to use.
BigIntegergetKeyLength()
Return the intended length in octets of the derived key.
byte[]getSalt()
Return the salt to use.