C# Class AaltoTLS.PluginInterface.MACAlgorithm

Show file Open project: juhovh/AaltoTLS Class Usage Examples

Public Methods

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

Method Details

CreateHasher() public abstract method

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

SupportsProtocolVersion() public abstract method

public abstract SupportsProtocolVersion ( ProtocolVersion version ) : bool
version ProtocolVersion
return bool