org.cdavies.itunes.hash
Class Itunes4Hash

java.lang.Object
  |
  +--org.cdavies.itunes.hash.Itunes4Hash
All Implemented Interfaces:
ItunesHash

public class Itunes4Hash
extends java.lang.Object
implements ItunesHash


Field Summary
static int HASH_SIZE
           
 
Constructor Summary
Itunes4Hash()
           
 
Method Summary
 java.lang.String generateHash(java.lang.String url, int accessIndex, int requestId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HASH_SIZE

public static int HASH_SIZE
Constructor Detail

Itunes4Hash

public Itunes4Hash()
            throws java.security.NoSuchAlgorithmException
Method Detail

generateHash

public java.lang.String generateHash(java.lang.String url,
                                     int accessIndex,
                                     int requestId)
Specified by:
generateHash in interface ItunesHash