C# 클래스 VirtoCommerce.SwaggerApiClient.HmacUtility

파일 보기 프로젝트 열기: VirtoCommerce/vc-internal 1 사용 예제들

공개 메소드들

메소드 설명
ComputeHash ( HMAC>.Func hmacFactory, byte secretKey, byte data ) : string
ComputeHash ( HMAC>.Func hmacFactory, string secretKey, string data ) : string
GetHashString ( HMAC>.Func hmacFactory, string secretKey, NameValuePair parameters ) : string

비공개 메소드들

메소드 설명
BuildDataString ( NameValuePair parameters ) : string
ConvertBytesToHexString ( byte bytes ) : string
ConvertHexStringToBytes ( string hexString ) : byte[]

메소드 상세

ComputeHash() 공개 정적인 메소드

public static ComputeHash ( HMAC>.Func hmacFactory, byte secretKey, byte data ) : string
hmacFactory HMAC>.Func
secretKey byte
data byte
리턴 string

ComputeHash() 공개 정적인 메소드

public static ComputeHash ( HMAC>.Func hmacFactory, string secretKey, string data ) : string
hmacFactory HMAC>.Func
secretKey string
data string
리턴 string

GetHashString() 공개 정적인 메소드

public static GetHashString ( HMAC>.Func hmacFactory, string secretKey, NameValuePair parameters ) : string
hmacFactory HMAC>.Func
secretKey string
parameters NameValuePair
리턴 string