Method | Description | |
---|---|---|
BufferedBlockCipher ( IBlockCipher cipher ) : System | ||
DoFinal ( ) : byte[] | ||
DoFinal ( byte input, int inOff, int inLen ) : byte[] | ||
DoFinal ( byte output, int outOff ) : int | ||
GetBlockSize ( ) : int | ||
GetOutputSize ( int length ) : int | ||
GetUpdateOutputSize ( int length ) : int | ||
Init ( bool forEncryption, ICipherParameters parameters ) : void | ||
ProcessByte ( byte input ) : byte[] | ||
ProcessByte ( byte input, byte output, int outOff ) : int | ||
ProcessBytes ( byte input, int inOff, int length ) : byte[] | ||
ProcessBytes ( byte input, int inOff, int length, byte output, int outOff ) : int | ||
Reset ( ) : void |
Method | Description | |
---|---|---|
BufferedBlockCipher ( ) : System |
public BufferedBlockCipher ( IBlockCipher cipher ) : System | ||
cipher | IBlockCipher | |
return | System |
public DoFinal ( byte input, int inOff, int inLen ) : byte[] | ||
input | byte | |
inOff | int | |
inLen | int | |
return | byte[] |
public DoFinal ( byte output, int outOff ) : int | ||
output | byte | |
outOff | int | |
return | int |
public GetUpdateOutputSize ( int length ) : int | ||
length | int | |
return | int |
public Init ( bool forEncryption, ICipherParameters parameters ) : void | ||
forEncryption | bool | |
parameters | ICipherParameters | |
return | void |
public ProcessByte ( byte input, byte output, int outOff ) : int | ||
input | byte | |
output | byte | |
outOff | int | |
return | int |
public ProcessBytes ( byte input, int inOff, int length ) : byte[] | ||
input | byte | |
inOff | int | |
length | int | |
return | byte[] |
public ProcessBytes ( byte input, int inOff, int length, byte output, int outOff ) : int | ||
input | byte | |
inOff | int | |
length | int | |
output | byte | |
outOff | int | |
return | int |