C# Класс BraintreeEncryption.Library.BouncyCastle.Crypto.Engines.RsaCoreEngine

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

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

Метод Описание
ConvertInput ( byte inBuf, int inOff, int inLen ) : BigInteger
ConvertOutput ( BigInteger result ) : byte[]
GetInputBlockSize ( ) : int
GetOutputBlockSize ( ) : int
Init ( bool forEncryption, ICipherParameters parameters ) : void
ProcessBlock ( BigInteger input ) : BigInteger

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

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

public ConvertInput ( byte inBuf, int inOff, int inLen ) : BigInteger
inBuf byte
inOff int
inLen int
Результат BraintreeEncryption.Library.BouncyCastle.Math.BigInteger

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

public ConvertOutput ( BigInteger result ) : byte[]
result BraintreeEncryption.Library.BouncyCastle.Math.BigInteger
Результат byte[]

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

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

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

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

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

public Init ( bool forEncryption, ICipherParameters parameters ) : void
forEncryption bool
parameters ICipherParameters
Результат void

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

public ProcessBlock ( BigInteger input ) : BigInteger
input BraintreeEncryption.Library.BouncyCastle.Math.BigInteger
Результат BraintreeEncryption.Library.BouncyCastle.Math.BigInteger