C# Class BraintreeEncryption.Library.BouncyCastle.Crypto.Parameters.RsaKeyParameters

Inheritance: AsymmetricKeyParameter
ファイルを表示 Open project: braintree/braintree_windows_phone_encryption Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
RsaKeyParameters ( bool isPrivate, BigInteger modulus, BigInteger exponent ) : System

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

RsaKeyParameters() public method

public RsaKeyParameters ( bool isPrivate, BigInteger modulus, BigInteger exponent ) : System
isPrivate bool
modulus BraintreeEncryption.Library.BouncyCastle.Math.BigInteger
exponent BraintreeEncryption.Library.BouncyCastle.Math.BigInteger
return System