Method | Description | |
---|---|---|
GetBlockSize ( ) : int | ||
GetUnderlyingCipher ( ) : IBlockCipher | ||
Init ( bool forEncryption, ICipherParameters parameters ) : void | ||
OfbBlockCipher ( IBlockCipher cipher, int blockSize ) : System | ||
ProcessBlock ( byte input, int inOff, byte output, int outOff ) : int | ||
Reset ( ) : void |
public GetUnderlyingCipher ( ) : IBlockCipher | ||
return | IBlockCipher |
public Init ( bool forEncryption, ICipherParameters parameters ) : void | ||
forEncryption | bool | |
parameters | ICipherParameters | |
return | void |
public OfbBlockCipher ( IBlockCipher cipher, int blockSize ) : System | ||
cipher | IBlockCipher | |
blockSize | int | |
return | System |
public ProcessBlock ( byte input, int inOff, byte output, int outOff ) : int | ||
input | byte | |
inOff | int | |
output | byte | |
outOff | int | |
return | int |