C# 클래스 BaseCipherSuitePlugin.MACAlgorithmSHA256

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

공개 메소드들

메소드 설명
CreateHasher ( byte key ) : KeyedHashAlgorithm
SupportsProtocolVersion ( ProtocolVersion version ) : bool

메소드 상세

CreateHasher() 공개 메소드

public CreateHasher ( byte key ) : KeyedHashAlgorithm
key byte
리턴 System.Security.Cryptography.KeyedHashAlgorithm

SupportsProtocolVersion() 공개 메소드

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