Uses of Package
com.scurrilous.circe
-
Packages that use com.scurrilous.circe Package Description com.scurrilous.circe Provides interfaces and minimal support classes for providing and consuming various forms of hash functions.com.scurrilous.circe.checksum com.scurrilous.circe.crc Provides various implementations of cyclic redundancy check (CRC) error-detecting codes.com.scurrilous.circe.impl Provides support for implementing new hash providers in the form of abstract base classes and utility classes.com.scurrilous.circe.params Defines hash parameters classes that describe various commonly-used hash functions. -
Classes in com.scurrilous.circe used by com.scurrilous.circe Class Description Hash Abstract hash function.HashParameters Base interface implemented by classes describing parameters for a particular family of hash algorithms.HashProvider Interface used to obtain instances of various kinds of hash algorithms.HashSupport Flags indicating the support available for some set of hash algorithm.IncrementalIntHash Incremental stateless integer hash function, which has the property that its output is the same as (or easily derivable from) its state.IncrementalLongHash Incremental stateless long integer hash function, which has the property that its output is the same as (or easily derivable from) its state.StatefulHash Represents a stateful hash function, which can accumulate input from multiple method calls and provide output in various forms.StatefulIntHash Interface implemented by stateful hash functions with an output length of 4 bytes or less.StatefulLongHash Interface implemented by stateless hash functions with an output length greater than 4 bytes and less than or equal to 8 bytes.StatelessHash Base interface for stateless hash functions that immediately return the hash value corresponding to a given input.StatelessIntHash Interface implemented by stateless hash functions with an output length of 4 bytes or less.StatelessLongHash Interface implemented by stateless hash functions with an output length greater than 4 bytes and less than or equal to 8 bytes. -
Classes in com.scurrilous.circe used by com.scurrilous.circe.checksum Class Description Hash Abstract hash function.HashParameters Base interface implemented by classes describing parameters for a particular family of hash algorithms.HashProvider Interface used to obtain instances of various kinds of hash algorithms.HashSupport Flags indicating the support available for some set of hash algorithm.StatelessHash Base interface for stateless hash functions that immediately return the hash value corresponding to a given input. -
Classes in com.scurrilous.circe used by com.scurrilous.circe.crc Class Description Hash Abstract hash function.HashProvider Interface used to obtain instances of various kinds of hash algorithms.HashSupport Flags indicating the support available for some set of hash algorithm.IncrementalIntHash Incremental stateless integer hash function, which has the property that its output is the same as (or easily derivable from) its state.IncrementalLongHash Incremental stateless long integer hash function, which has the property that its output is the same as (or easily derivable from) its state.StatefulHash Represents a stateful hash function, which can accumulate input from multiple method calls and provide output in various forms.StatefulIntHash Interface implemented by stateful hash functions with an output length of 4 bytes or less.StatelessHash Base interface for stateless hash functions that immediately return the hash value corresponding to a given input.StatelessIntHash Interface implemented by stateless hash functions with an output length of 4 bytes or less.StatelessLongHash Interface implemented by stateless hash functions with an output length greater than 4 bytes and less than or equal to 8 bytes. -
Classes in com.scurrilous.circe used by com.scurrilous.circe.impl Class Description Hash Abstract hash function.HashParameters Base interface implemented by classes describing parameters for a particular family of hash algorithms.HashProvider Interface used to obtain instances of various kinds of hash algorithms.HashSupport Flags indicating the support available for some set of hash algorithm.IncrementalIntHash Incremental stateless integer hash function, which has the property that its output is the same as (or easily derivable from) its state.IncrementalLongHash Incremental stateless long integer hash function, which has the property that its output is the same as (or easily derivable from) its state.StatefulHash Represents a stateful hash function, which can accumulate input from multiple method calls and provide output in various forms.StatefulIntHash Interface implemented by stateful hash functions with an output length of 4 bytes or less.StatefulLongHash Interface implemented by stateless hash functions with an output length greater than 4 bytes and less than or equal to 8 bytes.StatelessHash Base interface for stateless hash functions that immediately return the hash value corresponding to a given input.StatelessIntHash Interface implemented by stateless hash functions with an output length of 4 bytes or less.StatelessLongHash Interface implemented by stateless hash functions with an output length greater than 4 bytes and less than or equal to 8 bytes. -
Classes in com.scurrilous.circe used by com.scurrilous.circe.params Class Description HashParameters Base interface implemented by classes describing parameters for a particular family of hash algorithms.