메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
BufferedBlockCipher ( ) : System |
public BufferedBlockCipher ( IBlockCipher cipher ) : System | ||
cipher | IBlockCipher | |
리턴 | System |
public DoFinal ( byte input, int inOff, int inLen ) : byte[] | ||
input | byte | |
inOff | int | |
inLen | int | |
리턴 | byte[] |
public Init ( bool forEncryption, ICipherParameters parameters ) : void | ||
forEncryption | bool | |
parameters | ICipherParameters | |
리턴 | void |
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[] | ||
input | byte | |
inOff | int | |
length | int | |
리턴 | byte[] |
public ProcessBytes ( byte input, int inOff, int length, byte output, int outOff ) : int | ||
input | byte | |
inOff | int | |
length | int | |
output | byte | |
outOff | int | |
리턴 | int |