Bouncy Castle Cryptography Library 1.48

org.bouncycastle.asn1.pkcs
Class KeyDerivationFunc

java.lang.Object
  extended by org.bouncycastle.asn1.ASN1Object
      extended by org.bouncycastle.asn1.x509.AlgorithmIdentifier
          extended by org.bouncycastle.asn1.pkcs.KeyDerivationFunc
All Implemented Interfaces:
ASN1Encodable

public class KeyDerivationFunc
extends AlgorithmIdentifier


Constructor Summary
KeyDerivationFunc(ASN1ObjectIdentifier id, ASN1Encodable params)
           
 
Method Summary
 
Methods inherited from class org.bouncycastle.asn1.x509.AlgorithmIdentifier
getAlgorithm, getInstance, getInstance, getObjectId, getParameters, toASN1Primitive
 
Methods inherited from class org.bouncycastle.asn1.ASN1Object
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyDerivationFunc

public KeyDerivationFunc(ASN1ObjectIdentifier id,
                         ASN1Encodable params)

Bouncy Castle Cryptography Library 1.48