C# 클래스 Granados.Crypto.SSH1.TripleDESCipher1

TripleDES for SSH1
상속: Cipher
파일 보기 프로젝트 열기: poderosaproject/poderosa

공개 메소드들

메소드 설명
Decrypt ( byte data, int offset, int len, byte result, int ro ) : void
Encrypt ( byte data, int offset, int len, byte result, int ro ) : void
TripleDESCipher1 ( byte key ) : Granados.Algorithms

메소드 상세

Decrypt() 공개 메소드

public Decrypt ( byte data, int offset, int len, byte result, int ro ) : void
data byte
offset int
len int
result byte
ro int
리턴 void

Encrypt() 공개 메소드

public Encrypt ( byte data, int offset, int len, byte result, int ro ) : void
data byte
offset int
len int
result byte
ro int
리턴 void

TripleDESCipher1() 공개 메소드

public TripleDESCipher1 ( byte key ) : Granados.Algorithms
key byte
리턴 Granados.Algorithms