org.bouncycastle.asn1.pkcs
Class KeyDerivationFunc

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

public class KeyDerivationFunc
extends AlgorithmIdentifier


Field Summary
 
Fields inherited from class org.bouncycastle.asn1.ASN1Encodable
BER, DER
 
Constructor Summary
KeyDerivationFunc(ASN1Sequence seq)
           
KeyDerivationFunc(DERObjectIdentifier id, ASN1Encodable params)
           
 
Method Summary
 
Methods inherited from class org.bouncycastle.asn1.x509.AlgorithmIdentifier
getInstance, getInstance, getObjectId, getParameters, toASN1Object
 
Methods inherited from class org.bouncycastle.asn1.ASN1Encodable
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyDerivationFunc

KeyDerivationFunc(ASN1Sequence seq)

KeyDerivationFunc

KeyDerivationFunc(DERObjectIdentifier id,
                  ASN1Encodable params)