C# Class Granados.Crypto.SSH2.TripleDESCipher2

TripleDES for SSH2
Inheritance: Cipher
Afficher le fichier Open project: poderosaproject/poderosa

Méthodes publiques

Méthode 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
TripleDESCipher2 ( byte key ) : Granados.Algorithms
TripleDESCipher2 ( byte key, byte iv ) : Granados.Algorithms

Private Methods

Méthode Description
Init ( byte key ) : void

Method Details

Decrypt() public méthode

public Decrypt ( byte data, int offset, int len, byte result, int ro ) : void
data byte
offset int
len int
result byte
ro int
Résultat void

Encrypt() public méthode

public Encrypt ( byte data, int offset, int len, byte result, int ro ) : void
data byte
offset int
len int
result byte
ro int
Résultat void

TripleDESCipher2() public méthode

public TripleDESCipher2 ( byte key ) : Granados.Algorithms
key byte
Résultat Granados.Algorithms

TripleDESCipher2() public méthode

public TripleDESCipher2 ( byte key, byte iv ) : Granados.Algorithms
key byte
iv byte
Résultat Granados.Algorithms