C# Class Org.Mentalis.Security.Ssl.Ssl3.Ssl3DeriveBytes

Inheritance: System.Security.Cryptography.DeriveBytes, IDisposable
Afficher le fichier Open project: soywiz/csharputils Class Usage Examples

Méthodes publiques

Méthode Description
GetBytes ( int cb ) : byte[]
Reset ( ) : void
Ssl3DeriveBytes ( byte secret, byte clientRandom, byte serverRandom, bool clientServer ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
GetNextBytes ( ) : byte[]

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetBytes() public méthode

public GetBytes ( int cb ) : byte[]
cb int
Résultat byte[]

GetNextBytes() protected méthode

protected GetNextBytes ( ) : byte[]
Résultat byte[]

Reset() public méthode

public Reset ( ) : void
Résultat void

Ssl3DeriveBytes() public méthode

public Ssl3DeriveBytes ( byte secret, byte clientRandom, byte serverRandom, bool clientServer ) : System
secret byte
clientRandom byte
serverRandom byte
clientServer bool
Résultat System