Initializes a new instance of the Gost3410PrivateKeyParameters class
Namespace: Org.BouncyCastle.Crypto.ParametersAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public Gost3410PrivateKeyParameters( BigInteger x, DerObjectIdentifier publicKeyParamSet ) |
| Visual Basic |
|---|
Public Sub New ( _ x As BigInteger, _ publicKeyParamSet As DerObjectIdentifier _ ) |
| Visual C++ |
|---|
public: Gost3410PrivateKeyParameters( BigInteger^ x, DerObjectIdentifier^ publicKeyParamSet ) |
Parameters
- publicKeyParamSet
- Type: Org.BouncyCastle.Asn1..::..DerObjectIdentifier