Uses of Interface
com.scurrilous.circe.StatefulHash
Packages that use StatefulHash
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.
-
Uses of StatefulHash in com.scurrilous.circe
Subinterfaces of StatefulHash in com.scurrilous.circeModifier and TypeInterfaceDescriptioninterfaceInterface implemented by stateful hash functions with an output length of 4 bytes or less.interfaceInterface implemented by stateless hash functions with an output length greater than 4 bytes and less than or equal to 8 bytes.Methods in com.scurrilous.circe that return StatefulHashModifier and TypeMethodDescriptionStatefulHash.createNew()Returns a new instance of this stateful hash function reset to the initial state.static StatefulHashHashes.createStateful(HashParameters params) Creates a stateful hash function using the given parameters.HashProvider.createStateful(HashParameters params) Creates a stateful hash function using the given parameters.StatelessHash.createStateful()Returns a new instance of stateful version of this hash function.static StatefulHashCommonHashes.md5()Returns a hash function implementing the MD5 algorithm (128 bits).static StatefulHashCommonHashes.murmur3_128()Returns a hash function implementing the MurmurHash3 algorithm, 128-bit x64 variant, with a seed of 0.static StatefulHashCommonHashes.murmur3_128(int seed) Returns a hash function implementing the MurmurHash3 algorithm, 128-bit x64 variant, with the given seed value.static StatefulHashCommonHashes.sha1()Returns a hash function implementing the SHA-1 algorithm (160 bits).static StatefulHashCommonHashes.sha256()Returns a hash function implementing the SHA-256 algorithm (256 bits).static StatefulHashCommonHashes.sha384()Returns a hash function implementing the SHA-384 algorithm (384 bits).static StatefulHashCommonHashes.sha512()Returns a hash function implementing the SHA-512 algorithm (512 bits). -
Uses of StatefulHash in com.scurrilous.circe.crc
Classes in com.scurrilous.circe.crc that implement StatefulHashMethods in com.scurrilous.circe.crc that return StatefulHash -
Uses of StatefulHash in com.scurrilous.circe.impl
Classes in com.scurrilous.circe.impl that implement StatefulHashModifier and TypeClassDescriptionclassBase implementation for stateful hash functions.(package private) class(package private) classfinal classPromotes aStatefulIntHashto aStatefulLongHash.Methods in com.scurrilous.circe.impl that return StatefulHashModifier and TypeMethodDescriptionIncrementalIntStatefulHash.createNew()IncrementalLongStatefulHash.createNew()IntStatefulLongHash.createNew()AbstractHashProvider.createStateful(HashParameters params)