Метод | Описание | |
---|---|---|
DoFinal ( byte output, int outOff ) : int | ||
GetOutputSize ( int length ) : int | ||
GetUpdateOutputSize ( int length ) : int | ||
Init ( bool forEncryption, ICipherParameters parameters ) : void | ||
PaddedBufferedBlockCipher ( IBlockCipher cipher ) : System | ||
PaddedBufferedBlockCipher ( IBlockCipher cipher, IBlockCipherPadding padding ) : System | ||
ProcessByte ( byte input, byte output, int outOff ) : int | ||
ProcessBytes ( byte input, int inOff, int length, byte output, int outOff ) : int |
public DoFinal ( byte output, int outOff ) : int | ||
output | byte | |
outOff | int | |
Результат | int |
public GetUpdateOutputSize ( int length ) : int | ||
length | int | |
Результат | int |
public Init ( bool forEncryption, ICipherParameters parameters ) : void | ||
forEncryption | bool | |
parameters | ICipherParameters | |
Результат | void |
public PaddedBufferedBlockCipher ( IBlockCipher cipher ) : System | ||
cipher | IBlockCipher | |
Результат | System |
public PaddedBufferedBlockCipher ( IBlockCipher cipher, IBlockCipherPadding padding ) : System | ||
cipher | IBlockCipher | |
padding | IBlockCipherPadding | |
Результат | System |
public ProcessByte ( byte input, byte output, int outOff ) : int | ||
input | byte | |
output | byte | |
outOff | int | |
Результат | int |
public ProcessBytes ( byte input, int inOff, int length, byte output, int outOff ) : int | ||
input | byte | |
inOff | int | |
length | int | |
output | byte | |
outOff | int | |
Результат | int |