C# 클래스 Granados.Crypto.SSH2.TripleDESCipher2

TripleDES for SSH2
상속: 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
TripleDESCipher2 ( byte key ) : Granados.Algorithms
TripleDESCipher2 ( byte key, byte iv ) : Granados.Algorithms

비공개 메소드들

메소드 설명
Init ( byte key ) : void

메소드 상세

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

TripleDESCipher2() 공개 메소드

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

TripleDESCipher2() 공개 메소드

public TripleDESCipher2 ( byte key, byte iv ) : Granados.Algorithms
key byte
iv byte
리턴 Granados.Algorithms