Uses of Package
com.scurrilous.circe
Packages that use com.scurrilous.circe
Package
Description
Provides interfaces and minimal support classes for providing and consuming
various forms of hash functions.
Provides various implementations of cyclic redundancy
check (CRC) error-detecting codes.
Provides support for implementing new hash providers in the form of abstract
base classes and utility classes.
Defines hash parameters
classes that describe various commonly-used hash functions.
-
Classes in com.scurrilous.circe used by com.scurrilous.circeClassDescriptionAbstract hash function.Base interface implemented by classes describing parameters for a particular family of hash algorithms.Interface used to obtain instances of various kinds of hash algorithms.Flags indicating the support available for some set of hash algorithm.Incremental stateless integer hash function, which has the property that its output is the same as (or easily derivable from) its state.Incremental stateless long integer hash function, which has the property that its output is the same as (or easily derivable from) its state.Represents a stateful hash function, which can accumulate input from multiple method calls and provide output in various forms.Interface implemented by stateful hash functions with an output length of 4 bytes or less.Interface implemented by stateless hash functions with an output length greater than 4 bytes and less than or equal to 8 bytes.Base interface for stateless hash functions that immediately return the hash value corresponding to a given input.Interface implemented by stateless hash functions with an output length of 4 bytes or less.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.checksumClassDescriptionAbstract hash function.Base interface implemented by classes describing parameters for a particular family of hash algorithms.Interface used to obtain instances of various kinds of hash algorithms.Flags indicating the support available for some set of hash algorithm.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.crcClassDescriptionAbstract hash function.Interface used to obtain instances of various kinds of hash algorithms.Flags indicating the support available for some set of hash algorithm.Incremental stateless integer hash function, which has the property that its output is the same as (or easily derivable from) its state.Incremental stateless long integer hash function, which has the property that its output is the same as (or easily derivable from) its state.Represents a stateful hash function, which can accumulate input from multiple method calls and provide output in various forms.Interface implemented by stateful hash functions with an output length of 4 bytes or less.Base interface for stateless hash functions that immediately return the hash value corresponding to a given input.Interface implemented by stateless hash functions with an output length of 4 bytes or less.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.implClassDescriptionAbstract hash function.Base interface implemented by classes describing parameters for a particular family of hash algorithms.Interface used to obtain instances of various kinds of hash algorithms.Flags indicating the support available for some set of hash algorithm.Incremental stateless integer hash function, which has the property that its output is the same as (or easily derivable from) its state.Incremental stateless long integer hash function, which has the property that its output is the same as (or easily derivable from) its state.Represents a stateful hash function, which can accumulate input from multiple method calls and provide output in various forms.Interface implemented by stateful hash functions with an output length of 4 bytes or less.Interface implemented by stateless hash functions with an output length greater than 4 bytes and less than or equal to 8 bytes.Base interface for stateless hash functions that immediately return the hash value corresponding to a given input.Interface implemented by stateless hash functions with an output length of 4 bytes or less.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.paramsClassDescriptionBase interface implemented by classes describing parameters for a particular family of hash algorithms.