C# Class BaseCipherSuitePlugin.PseudoRandomFunctionSSLv3

Inheritance: AaltoTLS.PluginInterface.PseudoRandomFunction
Datei anzeigen Open project: juhovh/AaltoTLS

Public Methods

Method Description
CreateDeriveBytes ( byte secret, byte seed ) : DeriveBytes
CreateDeriveBytes ( byte secret, string label, byte seed ) : DeriveBytes
CreateVerifyHashAlgorithm ( byte secret ) : HashAlgorithm
SupportsProtocolVersion ( ProtocolVersion version ) : bool

Method Details

CreateDeriveBytes() public method

public CreateDeriveBytes ( byte secret, byte seed ) : DeriveBytes
secret byte
seed byte
return System.Security.Cryptography.DeriveBytes

CreateDeriveBytes() public method

public CreateDeriveBytes ( byte secret, string label, byte seed ) : DeriveBytes
secret byte
label string
seed byte
return System.Security.Cryptography.DeriveBytes

CreateVerifyHashAlgorithm() public method

public CreateVerifyHashAlgorithm ( byte secret ) : HashAlgorithm
secret byte
return System.Security.Cryptography.HashAlgorithm

SupportsProtocolVersion() public method

public SupportsProtocolVersion ( ProtocolVersion version ) : bool
version AaltoTLS.PluginInterface.ProtocolVersion
return bool