C# Class System.Security.Cryptography.TripleDESTransform

Inheritance: Mono.Security.Cryptography.SymmetricTransform
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

Méthode Description
TripleDESTransform ( TripleDES algo, bool encryption, byte key, byte iv ) : System.Runtime.InteropServices

Méthodes protégées

Méthode Description
ECB ( byte input, byte output ) : void

Private Methods

Méthode Description
GetStrongKey ( ) : byte[]

Method Details

ECB() protected méthode

protected ECB ( byte input, byte output ) : void
input byte
output byte
Résultat void

TripleDESTransform() public méthode

public TripleDESTransform ( TripleDES algo, bool encryption, byte key, byte iv ) : System.Runtime.InteropServices
algo TripleDES
encryption bool
key byte
iv byte
Résultat System.Runtime.InteropServices