메소드 | 설명 | |
---|---|---|
CIPHER ( CType type, CMode mode, bool encrypt ) : System | ||
CTRL ( int type, int arg, byte ptr, int offset ) : void | ||
Dispose ( ) : void | ||
Final ( byte ob, int off ) : int | ||
Process ( byte ib, int ioff, int ilen, byte ob, int ooff ) : int |
메소드 | 설명 | |
---|---|---|
CIPHER ( ) : System |
public CIPHER ( CType type, CMode mode, bool encrypt ) : System | ||
type | CType | |
mode | CMode | |
encrypt | bool | |
리턴 | System |
public CTRL ( int type, int arg, byte ptr, int offset ) : void | ||
type | int | |
arg | int | |
ptr | byte | |
offset | int | |
리턴 | void |
public Process ( byte ib, int ioff, int ilen, byte ob, int ooff ) : int | ||
ib | byte | |
ioff | int | |
ilen | int | |
ob | byte | |
ooff | int | |
리턴 | int |