| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gudy.bouncycastle.asn1.ASN1Encodable
org.gudy.bouncycastle.asn1.x509.AlgorithmIdentifier
org.gudy.bouncycastle.asn1.pkcs.KeyDerivationFunc
org.gudy.bouncycastle.asn1.pkcs.PBKDF2Params
public class PBKDF2Params
| 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 | 
|---|
public byte[] getSalt()
public BigInteger getIterationCount()
public BigInteger getKeyLength()
public DERObject getDERObject()
getDERObject in interface DEREncodablegetDERObject in class ASN1Encodable
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||