C# Class Granados.Crypto.SSH1.TripleDESCipher1

TripleDES for SSH1
Inheritance: Cipher
ファイルを表示 Open project: poderosaproject/poderosa

Public Methods

Method Description
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

Method Details

Decrypt() public method

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

Encrypt() public method

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

TripleDESCipher1() public method

public TripleDESCipher1 ( byte key ) : Granados.Algorithms
key byte
return Granados.Algorithms