C# Class Org.BouncyCastle.Crypto.Parameters.Gost3410PrivateKeyParameters

Inheritance: Gost3410KeyParameters
Mostra file Open project: nonorganic/dssnet

Public Methods

Method Description
Gost3410PrivateKeyParameters ( BigInteger x, DerObjectIdentifier publicKeyParamSet ) : System
Gost3410PrivateKeyParameters ( BigInteger x, Gost3410Parameters parameters ) : System

Method Details

Gost3410PrivateKeyParameters() public method

public Gost3410PrivateKeyParameters ( BigInteger x, DerObjectIdentifier publicKeyParamSet ) : System
x Org.BouncyCastle.Math.BigInteger
publicKeyParamSet Org.BouncyCastle.Asn1.DerObjectIdentifier
return System

Gost3410PrivateKeyParameters() public method

public Gost3410PrivateKeyParameters ( BigInteger x, Gost3410Parameters parameters ) : System
x Org.BouncyCastle.Math.BigInteger
parameters Gost3410Parameters
return System