C# 클래스 OpenSSL.CIPHER

상속: IDisposable
파일 보기 프로젝트 열기: haf/miTLS

공개 메소드들

메소드 설명
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

메소드 상세

CIPHER() 공개 메소드

public CIPHER ( CType type, CMode mode, bool encrypt ) : System
type CType
mode CMode
encrypt bool
리턴 System

CTRL() 공개 메소드

public CTRL ( int type, int arg, byte ptr, int offset ) : void
type int
arg int
ptr byte
offset int
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Final() 공개 메소드

public Final ( byte ob, int off ) : int
ob byte
off int
리턴 int

Process() 공개 메소드

public Process ( byte ib, int ioff, int ilen, byte ob, int ooff ) : int
ib byte
ioff int
ilen int
ob byte
ooff int
리턴 int