org.gudy.bouncycastle.asn1.pkcs
Class PBKDF2Params

java.lang.Object
  extended by org.gudy.bouncycastle.asn1.ASN1Encodable
      extended by org.gudy.bouncycastle.asn1.x509.AlgorithmIdentifier
          extended by org.gudy.bouncycastle.asn1.pkcs.KeyDerivationFunc
              extended by org.gudy.bouncycastle.asn1.pkcs.PBKDF2Params
All Implemented Interfaces:
DEREncodable

public class PBKDF2Params
extends KeyDerivationFunc


Field Summary
 
Fields inherited from class org.gudy.bouncycastle.asn1.ASN1Encodable
BER, DER
 
Method Summary
 DERObject getDERObject()
           
 BigInteger getIterationCount()
           
 BigInteger getKeyLength()
           
 byte[] getSalt()
           
 
Methods inherited from class org.gudy.bouncycastle.asn1.x509.AlgorithmIdentifier
getInstance, getInstance, getObjectId, getParameters, toASN1Object
 
Methods inherited from class org.gudy.bouncycastle.asn1.ASN1Encodable
equals, getDEREncoded, getEncoded, getEncoded, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSalt

public byte[] getSalt()

getIterationCount

public BigInteger getIterationCount()

getKeyLength

public BigInteger getKeyLength()

getDERObject

public DERObject getDERObject()
Specified by:
getDERObject in interface DEREncodable
Overrides:
getDERObject in class ASN1Encodable