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.
  • Class
    Description
    Abstract 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.
  • Class
    Description
    Abstract 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.
  • Class
    Description
    Abstract 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.
  • Class
    Description
    Abstract 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.
  • Class
    Description
    Base interface implemented by classes describing parameters for a particular family of hash algorithms.