org.bouncycastle.asn1.pkcs
Class PBKDF2Params
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.pkcs.PBKDF2Params
- All Implemented Interfaces:
- ASN1Encodable
public class PBKDF2Params
- extends ASN1Object
Constructor Summary |
PBKDF2Params(byte[] salt,
int iterationCount)
|
PBKDF2Params(byte[] salt,
int iterationCount,
int keyLength)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
PBKDF2Params
public PBKDF2Params(byte[] salt,
int iterationCount)
PBKDF2Params
public PBKDF2Params(byte[] salt,
int iterationCount,
int keyLength)
getInstance
public static PBKDF2Params getInstance(java.lang.Object obj)
getSalt
public byte[] getSalt()
getIterationCount
public java.math.BigInteger getIterationCount()
getKeyLength
public java.math.BigInteger getKeyLength()
toASN1Primitive
public ASN1Primitive toASN1Primitive()
- Specified by:
toASN1Primitive
in interface ASN1Encodable
- Specified by:
toASN1Primitive
in class ASN1Object