Package org.gudy.bouncycastle.asn1.pkcs
Class KeyDerivationFunc
- java.lang.Object
-
- org.gudy.bouncycastle.asn1.ASN1Encodable
-
- org.gudy.bouncycastle.asn1.x509.AlgorithmIdentifier
-
- org.gudy.bouncycastle.asn1.pkcs.KeyDerivationFunc
-
- All Implemented Interfaces:
DEREncodable
- Direct Known Subclasses:
PBKDF2Params
public class KeyDerivationFunc extends AlgorithmIdentifier
-
-
Field Summary
-
Fields inherited from class org.gudy.bouncycastle.asn1.ASN1Encodable
BER, DER
-
-
Constructor Summary
Constructors Constructor Description KeyDerivationFunc(ASN1Sequence seq)
-
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, getDERObject, getEncoded, getEncoded, hashCode
-
-
-
-
Constructor Detail
-
KeyDerivationFunc
KeyDerivationFunc(ASN1Sequence seq)
-
-