C# 클래스 LoveSeat.DocUpdater.Sha1Util

파일 보기 프로젝트 열기: soitgoes/LoveSeat 1 사용 예제들

공개 메소드들

메소드 설명
HexStringFromBytes ( byte bytes ) : string

Convert an array of bytes to a string of hex digits

Sha1HashStringForUtf8String ( string s ) : string

Compute hash for string encoded as UTF8

메소드 상세

HexStringFromBytes() 공개 정적인 메소드

Convert an array of bytes to a string of hex digits
public static HexStringFromBytes ( byte bytes ) : string
bytes byte array of bytes
리턴 string

Sha1HashStringForUtf8String() 공개 정적인 메소드

Compute hash for string encoded as UTF8
public static Sha1HashStringForUtf8String ( string s ) : string
s string String to be hashed
리턴 string