C# 클래스 AcTools.AcdFile.AcdEncryption

파일 보기 프로젝트 열기: gro-ove/actools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Id string
Key string

공개 메소드들

메소드 설명
AcdEncryption ( string id ) : System
CreateKey ( string s ) : string
Decrypt ( int data, int position ) : byte
Decrypt ( byte data ) : void
Encrypt ( byte data, int position ) : int
Encrypt ( byte data ) : void
FromAcdFilename ( string acdFilename ) : AcdEncryption

메소드 상세

AcdEncryption() 공개 메소드

public AcdEncryption ( string id ) : System
id string
리턴 System

CreateKey() 공개 정적인 메소드

public static CreateKey ( string s ) : string
s string
리턴 string

Decrypt() 공개 메소드

public Decrypt ( int data, int position ) : byte
data int
position int
리턴 byte

Decrypt() 공개 메소드

public Decrypt ( byte data ) : void
data byte
리턴 void

Encrypt() 공개 메소드

public Encrypt ( byte data, int position ) : int
data byte
position int
리턴 int

Encrypt() 공개 메소드

public Encrypt ( byte data ) : void
data byte
리턴 void

FromAcdFilename() 공개 정적인 메소드

public static FromAcdFilename ( string acdFilename ) : AcdEncryption
acdFilename string
리턴 AcdEncryption

프로퍼티 상세

Id 공개적으로 프로퍼티

public string Id
리턴 string

Key 공개적으로 프로퍼티

public string Key
리턴 string