C# Class IPod.Hash58

Afficher le fichier Open project: mono/ipod-sharp Class Usage Examples

Méthodes publiques

Méthode Description
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[]

Private Methods

Méthode Description
Gcd ( int a, int b ) : int
GenerateKey ( byte fwid, byte key ) : void
Lcm ( int a, int b ) : int

Method Details

GenerateHash() public static méthode

public static GenerateHash ( byte fwid, byte iTunesDB ) : byte[]
fwid byte
iTunesDB byte
Résultat byte[]

GenerateHash() public static méthode

public static GenerateHash ( byte fwid, byte iTunesDB, int sizeOfHeaders ) : byte[]
fwid byte
iTunesDB byte
sizeOfHeaders int
Résultat byte[]

GenerateHash() public static méthode

public static GenerateHash ( string fwid, byte iTunesDB ) : byte[]
fwid string
iTunesDB byte
Résultat byte[]

GenerateHash() public static méthode

public static GenerateHash ( string fwid, byte iTunesDB, int sizeOfHeaders ) : byte[]
fwid string
iTunesDB byte
sizeOfHeaders int
Résultat byte[]