C# 클래스 HashLib.HMACBuildInAdapter

상속: HashLib.Hash, IHMACBuildIn
파일 보기 프로젝트 열기: stratisproject/HashLib

보호된 프로퍼티들

프로퍼티 타입 설명
EMPTY byte[]
m_hmac System.Security.Cryptography.HMAC

공개 메소드들

메소드 설명
HMACBuildInAdapter ( System.Security.Cryptography.HMAC a_hmac, int a_block_size ) : System
Initialize ( ) : void
TransformBytes ( Array a_data, int a_index, int a_length ) : void
TransformFinal ( ) : HashLib.HashResult

메소드 상세

HMACBuildInAdapter() 공개 메소드

public HMACBuildInAdapter ( System.Security.Cryptography.HMAC a_hmac, int a_block_size ) : System
a_hmac System.Security.Cryptography.HMAC
a_block_size int
리턴 System

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

TransformBytes() 공개 메소드

public TransformBytes ( Array a_data, int a_index, int a_length ) : void
a_data Array
a_index int
a_length int
리턴 void

TransformFinal() 공개 메소드

public TransformFinal ( ) : HashLib.HashResult
리턴 HashLib.HashResult

프로퍼티 상세

EMPTY 보호되어 있는 정적으로 프로퍼티

protected static byte[] EMPTY
리턴 byte[]

m_hmac 보호되어 있는 프로퍼티

protected System.Security.Cryptography.HMAC m_hmac
리턴 System.Security.Cryptography.HMAC