C# 클래스 hds.WorldEncryption

파일 보기 프로젝트 열기: hdneo/mxo-hd 1 사용 예제들

공개 메소드들

메소드 설명
WorldEncryption ( ) : System
decrypt ( byte encryptedData, int length ) : ArrayList
encrypt ( byte plainData, int length, UInt16 pss, UInt16 cseq, UInt16 sseq ) : byte[]

메소드 상세

WorldEncryption() 공개 메소드

public WorldEncryption ( ) : System
리턴 System

decrypt() 공개 메소드

public decrypt ( byte encryptedData, int length ) : ArrayList
encryptedData byte
length int
리턴 System.Collections.ArrayList

encrypt() 공개 메소드

public encrypt ( byte plainData, int length, UInt16 pss, UInt16 cseq, UInt16 sseq ) : byte[]
plainData byte
length int
pss System.UInt16
cseq System.UInt16
sseq System.UInt16
리턴 byte[]