File
Doc
Category
Size
Date
Package
KeyDerivationFunc.java
API Doc
Android 1.5 API
514
Wed May 06 22:41:06 BST 2009
org.bouncycastle.asn1.pkcs
KeyDerivationFunc
java.lang.Object
org.bouncycastle.asn1.x509.AlgorithmIdentifier
public class KeyDerivationFunc extends org.bouncycastle.asn1.x509.AlgorithmIdentifier
Fields Summary
Constructors Summary
KeyDerivationFunc
(
org.bouncycastle.asn1.ASN1Sequence
seq)
super(seq);
KeyDerivationFunc
(
org.bouncycastle.asn1.DERObjectIdentifier
id,
org.bouncycastle.asn1.ASN1Encodable
params)
super(id, params);
Methods Summary
Java Code Source