C# 클래스 Longkong.Encryption.Decryptor

Summary description for Decryptor.
파일 보기 프로젝트 열기: Longkong/Pojjaman

공개 메소드들

메소드 설명
Decrypt ( byte bytesData, byte bytesKey ) : byte[]
Decryptor ( EncryptionAlgorithm algId ) : System

메소드 상세

Decrypt() 공개 메소드

public Decrypt ( byte bytesData, byte bytesKey ) : byte[]
bytesData byte
bytesKey byte
리턴 byte[]

Decryptor() 공개 메소드

public Decryptor ( EncryptionAlgorithm algId ) : System
algId EncryptionAlgorithm
리턴 System