C# 클래스 AaltoTLS.PluginInterface.PseudoRandomFunction

파일 보기 프로젝트 열기: juhovh/AaltoTLS 1 사용 예제들

공개 메소드들

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

메소드 상세

CreateDeriveBytes() 공개 추상적인 메소드

public abstract 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 abstract CreateVerifyHashAlgorithm ( byte secret ) : HashAlgorithm
secret byte
리턴 System.Security.Cryptography.HashAlgorithm

GetBytes() 공개 메소드

public GetBytes ( byte secret, string label, byte seed, int count ) : byte[]
secret byte
label string
seed byte
count int
리턴 byte[]

SupportsProtocolVersion() 공개 추상적인 메소드

public abstract SupportsProtocolVersion ( ProtocolVersion version ) : bool
version ProtocolVersion
리턴 bool