C# Class Org.BouncyCastle.Asn1.Pkcs.KeyDerivationFunc

Inheritance: Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier
Mostra file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
KeyDerivationFunc ( DerObjectIdentifier id, Asn1Encodable parameters ) : Org.BouncyCastle.Asn1

Private Methods

Method Description
KeyDerivationFunc ( Asn1Sequence seq ) : Org.BouncyCastle.Asn1

Method Details

KeyDerivationFunc() public method

public KeyDerivationFunc ( DerObjectIdentifier id, Asn1Encodable parameters ) : Org.BouncyCastle.Asn1
id Org.BouncyCastle.Asn1.DerObjectIdentifier
parameters Org.BouncyCastle.Asn1.Asn1Encodable
return Org.BouncyCastle.Asn1