Class PBKDF2Params
java.lang.Object
org.gudy.bouncycastle.asn1.ASN1Encodable
org.gudy.bouncycastle.asn1.x509.AlgorithmIdentifier
org.gudy.bouncycastle.asn1.pkcs.KeyDerivationFunc
org.gudy.bouncycastle.asn1.pkcs.PBKDF2Params
- All Implemented Interfaces:
DEREncodable
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) DERObjectIdentifier(package private) DERInteger(package private) DERInteger(package private) ASN1OctetStringFields inherited from class ASN1Encodable
BER, DER -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AlgorithmIdentifier
getInstance, getInstance, getObjectId, getParameters, toASN1ObjectMethods inherited from class ASN1Encodable
equals, getDEREncoded, getEncoded, getEncoded, hashCode
-
Field Details
-
id
-
octStr
ASN1OctetString octStr -
iterationCount
DERInteger iterationCount -
keyLength
DERInteger keyLength
-
-
Constructor Details
-
PBKDF2Params
PBKDF2Params(ASN1Sequence seq)
-
-
Method Details
-
getSalt
public byte[] getSalt() -
getIterationCount
-
getKeyLength
-
getDERObject
- Specified by:
getDERObjectin interfaceDEREncodable- Overrides:
getDERObjectin classASN1Encodable
-