C# 클래스 ICanPay.Providers.YeepayGateway.YeepayHmacMD5.HmacMD5

HmacMD5����
파일 보기 프로젝트 열기: hiihellox10/ICanPay

공개 메소드들

메소드 설명
HmacMD5 ( ) : System
finalize ( ) : byte[]
init ( ) : void
md5String ( ) : string
update ( byte data, uint length ) : void

비공개 메소드들

메소드 설명
F ( uint x, uint y, uint z ) : uint
FF ( uint &a, uint b, uint c, uint d, uint x, uint s, uint ac ) : void
G ( uint x, uint y, uint z ) : uint
GG ( uint &a, uint b, uint c, uint d, uint x, uint s, uint ac ) : void
H ( uint x, uint y, uint z ) : uint
HH ( uint &a, uint b, uint c, uint d, uint x, uint s, uint ac ) : void
I ( uint x, uint y, uint z ) : uint
II ( uint &a, uint b, uint c, uint d, uint x, uint s, uint ac ) : void
decode ( uint &output, byte input, uint len ) : void
encode ( byte &output, uint input, uint len ) : void
rotate_left ( uint x, uint n ) : uint
transform ( byte data ) : void

메소드 상세

HmacMD5() 공개 메소드

public HmacMD5 ( ) : System
리턴 System

finalize() 공개 메소드

public finalize ( ) : byte[]
리턴 byte[]

init() 공개 메소드

public init ( ) : void
리턴 void

md5String() 공개 메소드

public md5String ( ) : string
리턴 string

update() 공개 메소드

public update ( byte data, uint length ) : void
data byte
length uint
리턴 void