C# 클래스 Fun.Encryptor2

상속: Encryptor
파일 보기 프로젝트 열기: iFunFactory/demo-kgc-2015

공개 메소드들

메소드 설명
Decrypt ( ArraySegment src, ArraySegment dst, string in_header ) : System.Int64
Encrypt ( ArraySegment src, ArraySegment dst, string &out_header ) : System.Int64
Encryptor2 ( ) : UnityEngine

비공개 메소드들

메소드 설명
Encrypt ( ArraySegment src, ArraySegment dst, bool encrypt ) : System.Int64

메소드 상세

Decrypt() 공개 메소드

public Decrypt ( ArraySegment src, ArraySegment dst, string in_header ) : System.Int64
src ArraySegment
dst ArraySegment
in_header string
리턴 System.Int64

Encrypt() 공개 메소드

public Encrypt ( ArraySegment src, ArraySegment dst, string &out_header ) : System.Int64
src ArraySegment
dst ArraySegment
out_header string
리턴 System.Int64

Encryptor2() 공개 메소드

public Encryptor2 ( ) : UnityEngine
리턴 UnityEngine