C# Class BaseCipherSuitePlugin.SSLv3DeriveBytes

Inheritance: System.Security.Cryptography.DeriveBytes
Show file Open project: juhovh/AaltoTLS

Public Methods

Method Description
GetBytes ( int count ) : byte[]
Reset ( ) : void
SSLv3DeriveBytes ( byte secret, byte seed ) : System

Method Details

GetBytes() public method

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

Reset() public method

public Reset ( ) : void
return void

SSLv3DeriveBytes() public method

public SSLv3DeriveBytes ( byte secret, byte seed ) : System
secret byte
seed byte
return System