Package org.bouncycastle.asn1.pkcs
Class KeyDerivationFunc
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.pkcs.KeyDerivationFunc
- All Implemented Interfaces:
ASN1Encodable
public class KeyDerivationFunc extends ASN1Object
-
Constructor Summary
Constructors Constructor Description KeyDerivationFunc(ASN1ObjectIdentifier objectId, ASN1Encodable parameters) -
Method Summary
Modifier and Type Method Description ASN1ObjectIdentifiergetAlgorithm()static KeyDerivationFuncgetInstance(Object obj)ASN1EncodablegetParameters()ASN1PrimitivetoASN1Primitive()Methods inherited from class org.bouncycastle.asn1.ASN1Object
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
-
Constructor Details
-
KeyDerivationFunc
-
-
Method Details
-
getInstance
-
getAlgorithm
-
getParameters
-
toASN1Primitive
- Specified by:
toASN1Primitivein interfaceASN1Encodable- Specified by:
toASN1Primitivein classASN1Object
-