Uses of Class
org.xlattice.crypto.filters.BloomSHA1.FilterKey
-
Packages that use BloomSHA1.FilterKey Package Description org.xlattice.crypto.filters Bloom filter used by net.i2p.router.util.DecayingBloomFilter -
-
Uses of BloomSHA1.FilterKey in org.xlattice.crypto.filters
Methods in org.xlattice.crypto.filters that return BloomSHA1.FilterKey Modifier and Type Method Description BloomSHA1.FilterKeyBloomSHA1. getFilterKey(byte[] b, int offset, int len)Get the bloom filter offsets for reuse.Methods in org.xlattice.crypto.filters with parameters of type BloomSHA1.FilterKey Modifier and Type Method Description voidBloomSHA1. locked_insert(BloomSHA1.FilterKey fk)Add the key to the filter.booleanBloomSHA1. locked_member(BloomSHA1.FilterKey fk)Is the key in the filter.voidBloomSHA1. release(BloomSHA1.FilterKey fk)
-