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

Inheritance: System.Security.Cryptography.DeriveBytes, IDisposable
ファイルを表示 Open project: soywiz/csharputils Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void
GetNextBytes ( ) : byte[]

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetBytes() public method

public GetBytes ( int cb ) : byte[]
cb int
return byte[]

GetNextBytes() protected method

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

Reset() public method

public Reset ( ) : void
return void

Ssl3DeriveBytes() public method

public Ssl3DeriveBytes ( byte secret, byte clientRandom, byte serverRandom, bool clientServer ) : System
secret byte
clientRandom byte
serverRandom byte
clientServer bool
return System