Method | Description | |
---|---|---|
DecryptStream ( Stream sEncrypted, byte pbKey, byte pbIV ) : Stream | ||
EncryptStream ( Stream sPlainText, byte pbKey, byte pbIV ) : Stream | ||
SerpentCipherEngine ( ) : System |
Method | Description | |
---|---|---|
CreateStream ( Stream s, bool bEncrypt, byte pbKey, byte pbIV ) : Stream | ||
ValidateArguments ( Stream stream, bool bEncrypt, byte pbKey, byte pbIV ) : void |
public DecryptStream ( Stream sEncrypted, byte pbKey, byte pbIV ) : Stream | ||
sEncrypted | Stream | |
pbKey | byte | |
pbIV | byte | |
return | Stream |
public EncryptStream ( Stream sPlainText, byte pbKey, byte pbIV ) : Stream | ||
sPlainText | Stream | |
pbKey | byte | |
pbIV | byte | |
return | Stream |