Class Gost3410PrivateKeyParameters
- Namespace
- Enterprises.Org.BouncyCastle.Crypto.Parameters
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class Gost3410PrivateKeyParameters : Gost3410KeyParameters, ICipherParameters- Inheritance
- 
      
      
      
      Gost3410PrivateKeyParameters
- Implements
- Inherited Members
Constructors
Gost3410PrivateKeyParameters(BigInteger, DerObjectIdentifier)
public Gost3410PrivateKeyParameters(BigInteger x, DerObjectIdentifier publicKeyParamSet)Parameters
- xBigInteger
- publicKeyParamSetDerObjectIdentifier
Gost3410PrivateKeyParameters(BigInteger, Gost3410Parameters)
public Gost3410PrivateKeyParameters(BigInteger x, Gost3410Parameters parameters)Parameters
- xBigInteger
- parametersGost3410Parameters
Properties
X
public BigInteger X { get; }