C# Class BaseCipherSuitePlugin.HMACSSLv3

Inheritance: System.Security.Cryptography.KeyedHashAlgorithm
Show file Open project: juhovh/AaltoTLS

Public Methods

Method Description
HMACSSLv3 ( byte key, bool useSHA1 ) : System
Initialize ( ) : void

Protected Methods

Method Description
HashCore ( byte rgb, int ib, int cb ) : void
HashFinal ( ) : byte[]

Method Details

HMACSSLv3() public method

public HMACSSLv3 ( byte key, bool useSHA1 ) : System
key byte
useSHA1 bool
return System

HashCore() protected method

protected HashCore ( byte rgb, int ib, int cb ) : void
rgb byte
ib int
cb int
return void

HashFinal() protected method

protected HashFinal ( ) : byte[]
return byte[]

Initialize() public method

public Initialize ( ) : void
return void