Package org.gudy.bouncycastle.asn1.pkcs
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) ASN1OctetString
Fields inherited from class org.gudy.bouncycastle.asn1.ASN1Encodable
BER, DER
-
Constructor Summary
Constructors -
Method Summary
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
-
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:
getDERObject
in interfaceDEREncodable
- Overrides:
getDERObject
in classASN1Encodable
-