C# Класс Org.BouncyCastle.Crypto.Parameters.Gost3410PrivateKeyParameters

Наследование: Gost3410KeyParameters
Показать файл Открыть проект

Открытые методы

Метод Описание
Gost3410PrivateKeyParameters ( BigInteger x, DerObjectIdentifier publicKeyParamSet ) : System
Gost3410PrivateKeyParameters ( BigInteger x, Gost3410Parameters parameters ) : System

Описание методов

Gost3410PrivateKeyParameters() публичный Метод

public Gost3410PrivateKeyParameters ( BigInteger x, DerObjectIdentifier publicKeyParamSet ) : System
x Org.BouncyCastle.Math.BigInteger
publicKeyParamSet Org.BouncyCastle.Asn1.DerObjectIdentifier
Результат System

Gost3410PrivateKeyParameters() публичный Метод

public Gost3410PrivateKeyParameters ( BigInteger x, Gost3410Parameters parameters ) : System
x Org.BouncyCastle.Math.BigInteger
parameters Gost3410Parameters
Результат System