C# 클래스 Org.Mentalis.Security.Ssl.Ssl3.Ssl3DeriveBytes

상속: System.Security.Cryptography.DeriveBytes, IDisposable
파일 보기 프로젝트 열기: soywiz/csharputils 1 사용 예제들

공개 메소드들

메소드 설명
GetBytes ( int cb ) : byte[]
Reset ( ) : void
Ssl3DeriveBytes ( byte secret, byte clientRandom, byte serverRandom, bool clientServer ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
GetNextBytes ( ) : byte[]

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetBytes() 공개 메소드

public GetBytes ( int cb ) : byte[]
cb int
리턴 byte[]

GetNextBytes() 보호된 메소드

protected GetNextBytes ( ) : byte[]
리턴 byte[]

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Ssl3DeriveBytes() 공개 메소드

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