프로퍼티 | 타입 | 설명 | |
---|---|---|---|
EmptyBuffer | byte[] |
메소드 | 설명 | |
---|---|---|
DoFinal ( ) : byte[] | ||
DoFinal ( byte input ) : byte[] | ||
DoFinal ( byte input, int inOff, int length ) : byte[] | ||
DoFinal ( byte input, byte output, int outOff ) : int | ||
DoFinal ( byte output, int outOff ) : int | ||
DoFinal ( byte input, int inOff, int length, byte output, int outOff ) : int | ||
GetBlockSize ( ) : int | ||
GetOutputSize ( int inputLen ) : int | ||
GetUpdateOutputSize ( int inputLen ) : int | ||
Init ( bool forEncryption, ICipherParameters parameters ) : void | ||
ProcessByte ( byte input ) : byte[] | ||
ProcessByte ( byte input, byte output, int outOff ) : int | ||
ProcessBytes ( byte input ) : byte[] | ||
ProcessBytes ( byte input, int inOff, int length ) : byte[] | ||
ProcessBytes ( byte input, byte output, int outOff ) : int | ||
ProcessBytes ( byte input, int inOff, int length, byte output, int outOff ) : int | ||
Reset ( ) : void |
public abstract DoFinal ( byte input, int inOff, int length ) : byte[] | ||
input | byte | |
inOff | int | |
length | int | |
리턴 | byte[] |
public DoFinal ( byte input, byte output, int outOff ) : int | ||
input | byte | |
output | byte | |
outOff | int | |
리턴 | int |
public DoFinal ( byte input, int inOff, int length, byte output, int outOff ) : int | ||
input | byte | |
inOff | int | |
length | int | |
output | byte | |
outOff | int | |
리턴 | int |
public abstract GetOutputSize ( int inputLen ) : int | ||
inputLen | int | |
리턴 | int |
public abstract GetUpdateOutputSize ( int inputLen ) : int | ||
inputLen | int | |
리턴 | int |
public abstract 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 abstract ProcessBytes ( byte input, int inOff, int length ) : byte[] | ||
input | byte | |
inOff | int | |
length | int | |
리턴 | byte[] |
public ProcessBytes ( 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 |