C# 클래스 BaseCipherSuitePlugin.HMACSSLv3Verify

상속: System.Security.Cryptography.KeyedHashAlgorithm
파일 보기 프로젝트 열기: juhovh/AaltoTLS

공개 메소드들

메소드 설명
HMACSSLv3Verify ( byte key ) : System
Initialize ( ) : void

보호된 메소드들

메소드 설명
HashCore ( byte rgb, int ib, int cb ) : void
HashFinal ( ) : byte[]

메소드 상세

HMACSSLv3Verify() 공개 메소드

public HMACSSLv3Verify ( byte key ) : System
key byte
리턴 System

HashCore() 보호된 메소드

protected HashCore ( byte rgb, int ib, int cb ) : void
rgb byte
ib int
cb int
리턴 void

HashFinal() 보호된 메소드

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

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void