Uses of Class
com.nettgryppa.security.HashCash
-
Packages that use HashCash Package Description com.nettgryppa.security HashCash implementation. -
-
Uses of HashCash in com.nettgryppa.security
Methods in com.nettgryppa.security that return HashCash Modifier and Type Method Description static HashCash
HashCash. mintCash(String resource, int value)
Mints a version 1 HashCash using now as the datestatic HashCash
HashCash. mintCash(String resource, int value, int version)
Mints a HashCash using now as the datestatic HashCash
HashCash. mintCash(String resource, Calendar date, int value)
Mints a version 1 HashCashstatic HashCash
HashCash. mintCash(String resource, Calendar date, int value, int version)
Mints a HashCashstatic HashCash
HashCash. mintCash(String resource, Map<String,List<String>> extensions, int value)
Mints a version 1 HashCash using now as the datestatic HashCash
HashCash. mintCash(String resource, Map<String,List<String>> extensions, int value, int version)
Mints a HashCash using now as the datestatic HashCash
HashCash. mintCash(String resource, Map<String,List<String>> extensions, Calendar date, int value)
Mints a version 1 HashCashstatic HashCash
HashCash. mintCash(String resource, Map<String,List<String>> extensions, Calendar date, int value, int version)
Mints a HashCashMethods in com.nettgryppa.security with parameters of type HashCash Modifier and Type Method Description int
HashCash. compareTo(HashCash other)
Compares the value of two HashCashes
-