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 HashCashHashCash. mintCash(String resource, int value)Mints a version 1 HashCash using now as the datestatic HashCashHashCash. mintCash(String resource, int value, int version)Mints a HashCash using now as the datestatic HashCashHashCash. mintCash(String resource, Calendar date, int value)Mints a version 1 HashCashstatic HashCashHashCash. mintCash(String resource, Calendar date, int value, int version)Mints a HashCashstatic HashCashHashCash. mintCash(String resource, Map<String,List<String>> extensions, int value)Mints a version 1 HashCash using now as the datestatic HashCashHashCash. mintCash(String resource, Map<String,List<String>> extensions, int value, int version)Mints a HashCash using now as the datestatic HashCashHashCash. mintCash(String resource, Map<String,List<String>> extensions, Calendar date, int value)Mints a version 1 HashCashstatic HashCashHashCash. 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 intHashCash. compareTo(HashCash other)Compares the value of two HashCashes
-