C# 클래스 IPod.Hash58

파일 보기 프로젝트 열기: mono/ipod-sharp 1 사용 예제들

공개 메소드들

메소드 설명
GenerateHash ( byte fwid, byte iTunesDB ) : byte[]
GenerateHash ( byte fwid, byte iTunesDB, int sizeOfHeaders ) : byte[]
GenerateHash ( string fwid, byte iTunesDB ) : byte[]
GenerateHash ( string fwid, byte iTunesDB, int sizeOfHeaders ) : byte[]

비공개 메소드들

메소드 설명
Gcd ( int a, int b ) : int
GenerateKey ( byte fwid, byte key ) : void
Lcm ( int a, int b ) : int

메소드 상세

GenerateHash() 공개 정적인 메소드

public static GenerateHash ( byte fwid, byte iTunesDB ) : byte[]
fwid byte
iTunesDB byte
리턴 byte[]

GenerateHash() 공개 정적인 메소드

public static GenerateHash ( byte fwid, byte iTunesDB, int sizeOfHeaders ) : byte[]
fwid byte
iTunesDB byte
sizeOfHeaders int
리턴 byte[]

GenerateHash() 공개 정적인 메소드

public static GenerateHash ( string fwid, byte iTunesDB ) : byte[]
fwid string
iTunesDB byte
리턴 byte[]

GenerateHash() 공개 정적인 메소드

public static GenerateHash ( string fwid, byte iTunesDB, int sizeOfHeaders ) : byte[]
fwid string
iTunesDB byte
sizeOfHeaders int
리턴 byte[]