C# Class BaseCipherSuitePlugin.HMACSSLv3Verify

Inheritance: System.Security.Cryptography.KeyedHashAlgorithm
Afficher le fichier Open project: juhovh/AaltoTLS

Méthodes publiques

Méthode Description
HMACSSLv3Verify ( byte key ) : System
Initialize ( ) : void

Méthodes protégées

Méthode Description
HashCore ( byte rgb, int ib, int cb ) : void
HashFinal ( ) : byte[]

Method Details

HMACSSLv3Verify() public méthode

public HMACSSLv3Verify ( byte key ) : System
key byte
Résultat System

HashCore() protected méthode

protected HashCore ( byte rgb, int ib, int cb ) : void
rgb byte
ib int
cb int
Résultat void

HashFinal() protected méthode

protected HashFinal ( ) : byte[]
Résultat byte[]

Initialize() public méthode

public Initialize ( ) : void
Résultat void