C# Class BaseCipherSuitePlugin.MACAlgorithmMD5

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

Public Methods

Method Description
CreateHasher ( byte key ) : KeyedHashAlgorithm
SupportsProtocolVersion ( ProtocolVersion version ) : bool

Method Details

CreateHasher() public method

public CreateHasher ( byte key ) : KeyedHashAlgorithm
key byte
return System.Security.Cryptography.KeyedHashAlgorithm

SupportsProtocolVersion() public method

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