C# 클래스 BaseCipherSuitePlugin.PseudoRandomFunctionSSLv3

상속: AaltoTLS.PluginInterface.PseudoRandomFunction
파일 보기 프로젝트 열기: juhovh/AaltoTLS

공개 메소드들

메소드 설명
CreateDeriveBytes ( byte secret, byte seed ) : DeriveBytes
CreateDeriveBytes ( byte secret, string label, byte seed ) : DeriveBytes
CreateVerifyHashAlgorithm ( byte secret ) : HashAlgorithm
SupportsProtocolVersion ( ProtocolVersion version ) : bool

메소드 상세

CreateDeriveBytes() 공개 메소드

public CreateDeriveBytes ( byte secret, byte seed ) : DeriveBytes
secret byte
seed byte
리턴 System.Security.Cryptography.DeriveBytes

CreateDeriveBytes() 공개 메소드

public CreateDeriveBytes ( byte secret, string label, byte seed ) : DeriveBytes
secret byte
label string
seed byte
리턴 System.Security.Cryptography.DeriveBytes

CreateVerifyHashAlgorithm() 공개 메소드

public CreateVerifyHashAlgorithm ( byte secret ) : HashAlgorithm
secret byte
리턴 System.Security.Cryptography.HashAlgorithm

SupportsProtocolVersion() 공개 메소드

public SupportsProtocolVersion ( ProtocolVersion version ) : bool
version AaltoTLS.PluginInterface.ProtocolVersion
리턴 bool