C# Class System.Security.Cryptography.RC2Transform

Inheritance: Mono.Security.Cryptography.SymmetricTransform
Datei anzeigen Open project: runefs/Marvin

Public Methods

Method Description
RC2Transform ( RC2 rc2Algo, bool encryption, byte key, byte iv ) : System.Globalization

Protected Methods

Method Description
ECB ( byte input, byte output ) : void

Method Details

ECB() protected method

protected ECB ( byte input, byte output ) : void
input byte
output byte
return void

RC2Transform() public method

public RC2Transform ( RC2 rc2Algo, bool encryption, byte key, byte iv ) : System.Globalization
rc2Algo RC2
encryption bool
key byte
iv byte
return System.Globalization