C# Class Sharpen.RSAPrivateKey

Inheritance: PrivateKey
Afficher le fichier Open project: red-gate/ngit

Méthodes publiques

Méthode Description
GetModulus ( ) : BigInteger
GetPrivateExponent ( ) : BigInteger
RSAPrivateKey ( RSAParameters pars ) : System

Method Details

GetModulus() public méthode

public GetModulus ( ) : BigInteger
Résultat Mono.Math.BigInteger

GetPrivateExponent() public méthode

public GetPrivateExponent ( ) : BigInteger
Résultat Mono.Math.BigInteger

RSAPrivateKey() public méthode

public RSAPrivateKey ( RSAParameters pars ) : System
pars System.Security.Cryptography.RSAParameters
Résultat System