C# 클래스 OpenStory.Cryptography.KmstDecryptor

Represents a decryption transformer based on the custom KMST algorithm.
상속: CryptoTransformBase
파일 보기 프로젝트 열기: shoftee/OpenStory

공개 메소드들

메소드 설명
KmstDecryptor ( byte table, byte vector ) : System

Initializes a new instance of KmstDecryptor.

TransformArraySegment ( byte data, byte vector, int segmentStart, int segmentEnd ) : void

메소드 상세

KmstDecryptor() 공개 메소드

Initializes a new instance of KmstDecryptor.
public KmstDecryptor ( byte table, byte vector ) : System
table byte
vector byte
리턴 System

TransformArraySegment() 공개 메소드

public TransformArraySegment ( byte data, byte vector, int segmentStart, int segmentEnd ) : void
data byte
vector byte
segmentStart int
segmentEnd int
리턴 void