C# 클래스 Org.Mentalis.Security.Ssl.Tls1.ExpansionDeriveBytes

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

공개 메소드들

메소드 설명
ExpansionDeriveBytes ( HashAlgorithm hash, byte secret, byte seed ) : System
ExpansionDeriveBytes ( HashAlgorithm hash, byte secret, string seed ) : System
GetBytes ( int cb ) : byte[]
Reset ( ) : void
_Dispose ( ) : void

보호된 메소드들

메소드 설명
GetNextBytes ( ) : byte[]
Initialize ( HashAlgorithm hash, byte secret, byte seed ) : void

메소드 상세

ExpansionDeriveBytes() 공개 메소드

public ExpansionDeriveBytes ( HashAlgorithm hash, byte secret, byte seed ) : System
hash System.Security.Cryptography.HashAlgorithm
secret byte
seed byte
리턴 System

ExpansionDeriveBytes() 공개 메소드

public ExpansionDeriveBytes ( HashAlgorithm hash, byte secret, string seed ) : System
hash System.Security.Cryptography.HashAlgorithm
secret byte
seed string
리턴 System

GetBytes() 공개 메소드

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

GetNextBytes() 보호된 메소드

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

Initialize() 보호된 메소드

protected Initialize ( HashAlgorithm hash, byte secret, byte seed ) : void
hash System.Security.Cryptography.HashAlgorithm
secret byte
seed byte
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

_Dispose() 공개 메소드

public _Dispose ( ) : void
리턴 void