C# Class Sharpen.RSAPrivateKey

Inheritance: PrivateKey
Show file Open project: red-gate/ngit

Public Methods

Method Description
GetModulus ( ) : BigInteger
GetPrivateExponent ( ) : BigInteger
RSAPrivateKey ( RSAParameters pars ) : System

Method Details

GetModulus() public method

public GetModulus ( ) : BigInteger
return Mono.Math.BigInteger

GetPrivateExponent() public method

public GetPrivateExponent ( ) : BigInteger
return Mono.Math.BigInteger

RSAPrivateKey() public method

public RSAPrivateKey ( RSAParameters pars ) : System
pars System.Security.Cryptography.RSAParameters
return System