C# Class AaltoTLS.PluginInterface.PseudoRandomFunction

Afficher le fichier Open project: juhovh/AaltoTLS Class Usage Examples

Méthodes publiques

Méthode Description
CreateDeriveBytes ( byte secret, byte seed ) : DeriveBytes
CreateDeriveBytes ( byte secret, string label, byte seed ) : DeriveBytes
CreateVerifyHashAlgorithm ( byte secret ) : HashAlgorithm
GetBytes ( byte secret, string label, byte seed, int count ) : byte[]
SupportsProtocolVersion ( ProtocolVersion version ) : bool

Method Details

CreateDeriveBytes() public abstract méthode

public abstract 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 abstract méthode

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

GetBytes() public méthode

public GetBytes ( byte secret, string label, byte seed, int count ) : byte[]
secret byte
label string
seed byte
count int
Résultat byte[]

SupportsProtocolVersion() public abstract méthode

public abstract SupportsProtocolVersion ( ProtocolVersion version ) : bool
version ProtocolVersion
Résultat bool