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);
}
}