C# Class ARIACipherSuitePlugin.BulkCipherAlgorithmAria

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

Public Methods

Method Description
BulkCipherAlgorithmAria ( 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

BulkCipherAlgorithmAria() public method

public BulkCipherAlgorithmAria ( 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