C# Class System.Security.Cryptography.TripleDESTransform

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

Public Methods

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

Protected Methods

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

Private Methods

Method Description
GetStrongKey ( ) : byte[]

Method Details

ECB() protected method

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

TripleDESTransform() public method

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