C# Class BaseCipherSuitePlugin.PseudoRandomFunctionSSLv3

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

Méthodes publiques

Méthode 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 méthode

public CreateDeriveBytes ( byte secret, byte seed ) : DeriveBytes
secret byte
seed byte
Résultat System.Security.Cryptography.DeriveBytes

CreateDeriveBytes() public méthode

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

CreateVerifyHashAlgorithm() public méthode

public CreateVerifyHashAlgorithm ( byte secret ) : HashAlgorithm
secret byte
Résultat System.Security.Cryptography.HashAlgorithm

SupportsProtocolVersion() public méthode

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