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

Inheritance: IAsymmetricBlockCipher
Exibir arquivo Open project: braintree/braintree_windows_phone_encryption

Public Methods

Method Description
GetInputBlockSize ( ) : int
GetOutputBlockSize ( ) : int
Init ( bool forEncryption, ICipherParameters parameters ) : void
ProcessBlock ( byte inBuf, int inOff, int inLen ) : byte[]

Method Details

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 ( byte inBuf, int inOff, int inLen ) : byte[]
inBuf byte
inOff int
inLen int
return byte[]