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

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

공개 메소드들

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

메소드 상세

BlowfishCipher2() 공개 메소드

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

BlowfishCipher2() 공개 메소드

public BlowfishCipher2 ( byte key, byte iv ) : Granados.Algorithms
key byte
iv byte
리턴 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