Uses of Class
com.nettgryppa.security.HashCash

Packages that use HashCash
com.nettgryppa.security HashCash implementation. 
 

Uses of HashCash in com.nettgryppa.security
 

Methods in com.nettgryppa.security that return HashCash
static HashCash HashCash.mintCash(String resource, Calendar date, int value)
          Mints a version 1 HashCash
static HashCash HashCash.mintCash(String resource, Calendar date, int value, int version)
          Mints a HashCash
static HashCash HashCash.mintCash(String resource, int value)
          Mints a version 1 HashCash using now as the date
static HashCash HashCash.mintCash(String resource, int value, int version)
          Mints a HashCash using now as the date
static HashCash HashCash.mintCash(String resource, Map<String,List<String>> extensions, Calendar date, int value)
          Mints a version 1 HashCash
static HashCash HashCash.mintCash(String resource, Map<String,List<String>> extensions, Calendar date, int value, int version)
          Mints a HashCash
static HashCash HashCash.mintCash(String resource, Map<String,List<String>> extensions, int value)
          Mints a version 1 HashCash using now as the date
static HashCash HashCash.mintCash(String resource, Map<String,List<String>> extensions, int value, int version)
          Mints a HashCash using now as the date
 

Methods in com.nettgryppa.security with parameters of type HashCash
 int HashCash.compareTo(HashCash other)
          Compares the value of two HashCashes