|
Class Summary |
| PJLProvider |
This class represents the provider "PJL", which provides two MessageDigest algorithm
implementations based on 32- and 64-bit Rabin hash functions. |
| RabinHashFunction32 |
This class provides an implementation of a hash function based on Rabin fingerprints, one
which can efficiently produce a 32-bit hash value for a sequence of bytes. |
| RabinHashFunction64 |
This class provides an implementation of a hash function based on Rabin fingerprints, one
which can efficiently produce a 64-bit hash value for a sequence of bytes. |
| RHF32 |
Provides a MessageDigest based on RabinHashFunction32. |
| RHF64 |
Provides a MessageDigest based on RabinHashFunction64. |