C# Class BraintreeEncryption.Library.BouncyCastle.Crypto.Engines.RsaCoreEngine

显示文件 Open project: braintree/braintree_windows_phone_encryption Class Usage Examples

Public Methods

Method Description
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

Method Details

ConvertInput() public method

public ConvertInput ( byte inBuf, int inOff, int inLen ) : BigInteger
inBuf byte
inOff int
inLen int
return BraintreeEncryption.Library.BouncyCastle.Math.BigInteger

ConvertOutput() public method

public ConvertOutput ( BigInteger result ) : byte[]
result BraintreeEncryption.Library.BouncyCastle.Math.BigInteger
return byte[]

GetInputBlockSize() public method

public GetInputBlockSize ( ) : int
return int

GetOutputBlockSize() public method

public GetOutputBlockSize ( ) : int
return int

Init() public method

public Init ( bool forEncryption, ICipherParameters parameters ) : void
forEncryption bool
parameters ICipherParameters
return void

ProcessBlock() public method

public ProcessBlock ( BigInteger input ) : BigInteger
input BraintreeEncryption.Library.BouncyCastle.Math.BigInteger
return BraintreeEncryption.Library.BouncyCastle.Math.BigInteger