C# Class BaseCipherSuitePlugin.MACAlgorithmSHA256

Inheritance: AaltoTLS.PluginInterface.MACAlgorithm
Afficher le fichier Open project: juhovh/AaltoTLS

Méthodes publiques

Méthode Description
CreateHasher ( byte key ) : KeyedHashAlgorithm
SupportsProtocolVersion ( ProtocolVersion version ) : bool

Method Details

CreateHasher() public méthode

public CreateHasher ( byte key ) : KeyedHashAlgorithm
key byte
Résultat System.Security.Cryptography.KeyedHashAlgorithm

SupportsProtocolVersion() public méthode

public SupportsProtocolVersion ( ProtocolVersion version ) : bool
version AaltoTLS.PluginInterface.ProtocolVersion
Résultat bool