Метод | Описание | |
---|---|---|
CbcBlockCipher ( IBlockCipher cipher ) : System | ||
GetBlockSize ( ) : int | ||
GetUnderlyingCipher ( ) : IBlockCipher | ||
Init ( bool forEncryption, ICipherParameters parameters ) : void | ||
ProcessBlock ( byte input, int inOff, byte output, int outOff ) : int | ||
Reset ( ) : void |
Метод | Описание | |
---|---|---|
DecryptBlock ( byte input, int inOff, byte outBytes, int outOff ) : int | ||
EncryptBlock ( byte input, int inOff, byte outBytes, int outOff ) : int |
public CbcBlockCipher ( IBlockCipher cipher ) : System | ||
cipher | IBlockCipher | |
Результат | System |
public GetUnderlyingCipher ( ) : IBlockCipher | ||
Результат | IBlockCipher |
public Init ( bool forEncryption, ICipherParameters parameters ) : void | ||
forEncryption | bool | |
parameters | ICipherParameters | |
Результат | void |
public ProcessBlock ( byte input, int inOff, byte output, int outOff ) : int | ||
input | byte | |
inOff | int | |
output | byte | |
outOff | int | |
Результат | int |