C# Class BaseCipherSuitePlugin.MACAlgorithmSSLv3

Inheritance: AaltoTLS.PluginInterface.MACAlgorithm
Datei anzeigen Open project: juhovh/AaltoTLS

Public Methods

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

Method Details

CreateHasher() public method

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

MACAlgorithmSSLv3() public method

public MACAlgorithmSSLv3 ( bool useSHA1 ) : System
useSHA1 bool
return System

SupportsProtocolVersion() public method

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