C# Class BaseCipherSuitePlugin.HMACSSLv3

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

Méthodes publiques

Méthode Description
HMACSSLv3 ( byte key, bool useSHA1 ) : System
Initialize ( ) : void

Méthodes protégées

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

Method Details

HMACSSLv3() public méthode

public HMACSSLv3 ( byte key, bool useSHA1 ) : System
key byte
useSHA1 bool
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