C# Class SerpentCipher.SerpentCipherEngine

Inheritance: ICipherEngine
Afficher le fichier Open project: drizzt/KeePass-SerpentCipher

Méthodes publiques

Méthode Description
DecryptStream ( Stream sEncrypted, byte pbKey, byte pbIV ) : Stream
EncryptStream ( Stream sPlainText, byte pbKey, byte pbIV ) : Stream
SerpentCipherEngine ( ) : System

Private Methods

Méthode Description
CreateStream ( Stream s, bool bEncrypt, byte pbKey, byte pbIV ) : Stream
ValidateArguments ( Stream stream, bool bEncrypt, byte pbKey, byte pbIV ) : void

Method Details

DecryptStream() public méthode

public DecryptStream ( Stream sEncrypted, byte pbKey, byte pbIV ) : Stream
sEncrypted Stream
pbKey byte
pbIV byte
Résultat Stream

EncryptStream() public méthode

public EncryptStream ( Stream sPlainText, byte pbKey, byte pbIV ) : Stream
sPlainText Stream
pbKey byte
pbIV byte
Résultat Stream

SerpentCipherEngine() public méthode

public SerpentCipherEngine ( ) : System
Résultat System