메소드 | 설명 | |
---|---|---|
GOfbBlockCipher ( 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 |
메소드 | 설명 | |
---|---|---|
bytesToint ( byte inBytes, int inOff ) : int | ||
intTobytes ( int num, byte outBytes, int outOff ) : void |
public GOfbBlockCipher ( IBlockCipher cipher ) : System | ||
cipher | IBlockCipher | |
리턴 | System |
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 |