C# Class ARCFourCipherSuitePlugin.BulkCipherAlgorithmARCFour

Inheritance: AaltoTLS.PluginInterface.BulkCipherAlgorithm
Show file Open project: juhovh/AaltoTLS Class Usage Examples

Public Methods

Method Description
BulkCipherAlgorithmARCFour ( int keySize ) : System
CreateDecryptor ( byte rgbKey, byte rgbIV, byte additional ) : ICryptoTransform
CreateEncryptor ( byte rgbKey, byte rgbIV, byte additional ) : ICryptoTransform
SupportsProtocolVersion ( ProtocolVersion version ) : bool

Method Details

BulkCipherAlgorithmARCFour() public method

public BulkCipherAlgorithmARCFour ( int keySize ) : System
keySize int
return System

CreateDecryptor() public method

public CreateDecryptor ( byte rgbKey, byte rgbIV, byte additional ) : ICryptoTransform
rgbKey byte
rgbIV byte
additional byte
return ICryptoTransform

CreateEncryptor() public method

public CreateEncryptor ( byte rgbKey, byte rgbIV, byte additional ) : ICryptoTransform
rgbKey byte
rgbIV byte
additional byte
return ICryptoTransform

SupportsProtocolVersion() public method

public SupportsProtocolVersion ( ProtocolVersion version ) : bool
version AaltoTLS.PluginInterface.ProtocolVersion
return bool