C# Класс BraintreeEncryption.Library.BouncyCastle.Crypto.Parameters.RsaPrivateCrtKeyParameters

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

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

Метод Описание
Equals ( object obj ) : bool
GetHashCode ( ) : int
RsaPrivateCrtKeyParameters ( BigInteger modulus, BigInteger publicExponent, BigInteger privateExponent, BigInteger p, BigInteger q, BigInteger dP, BigInteger dQ, BigInteger qInv ) : System

Приватные методы

Метод Описание
ValidateValue ( BigInteger x, string name, string desc ) : void

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

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

public Equals ( object obj ) : bool
obj object
Результат bool

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

public GetHashCode ( ) : int
Результат int

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

public RsaPrivateCrtKeyParameters ( BigInteger modulus, BigInteger publicExponent, BigInteger privateExponent, BigInteger p, BigInteger q, BigInteger dP, BigInteger dQ, BigInteger qInv ) : System
modulus BraintreeEncryption.Library.BouncyCastle.Math.BigInteger
publicExponent BraintreeEncryption.Library.BouncyCastle.Math.BigInteger
privateExponent BraintreeEncryption.Library.BouncyCastle.Math.BigInteger
p BraintreeEncryption.Library.BouncyCastle.Math.BigInteger
q BraintreeEncryption.Library.BouncyCastle.Math.BigInteger
dP BraintreeEncryption.Library.BouncyCastle.Math.BigInteger
dQ BraintreeEncryption.Library.BouncyCastle.Math.BigInteger
qInv BraintreeEncryption.Library.BouncyCastle.Math.BigInteger
Результат System