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

Inheritance: Gost3410KeyParameters
Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

Méthode Description
Gost3410PrivateKeyParameters ( BigInteger x, DerObjectIdentifier publicKeyParamSet ) : System
Gost3410PrivateKeyParameters ( BigInteger x, Gost3410Parameters parameters ) : System

Method Details

Gost3410PrivateKeyParameters() public méthode

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

Gost3410PrivateKeyParameters() public méthode

public Gost3410PrivateKeyParameters ( BigInteger x, Gost3410Parameters parameters ) : System
x Org.BouncyCastle.Math.BigInteger
parameters Gost3410Parameters
Résultat System