FileDocCategorySizeDatePackage
KeyDerivationFunc.javaAPI DocAzureus 3.0.3.4285Tue Jun 08 05:12:58 BST 2004org.bouncycastle.asn1.pkcs

KeyDerivationFunc.java

package org.bouncycastle.asn1.pkcs;

import org.bouncycastle.asn1.ASN1Sequence;
import org.bouncycastle.asn1.x509.AlgorithmIdentifier;

public class KeyDerivationFunc
    extends AlgorithmIdentifier
{
    KeyDerivationFunc(
        ASN1Sequence  seq)
    {
        super(seq);
    }
}