See: Description
| Interface | Description |
|---|---|
| IonHasher |
User-provided hash function that is required by the Amazon Ion Hashing
Specification.
|
| IonHasherProvider |
An implementation of this interface provides IonHasher instances to an Ion hash
implementation as needed.
|
| IonHashReader |
IonReader extension that provides the hash of the IonValue just nexted
past or stepped out of, as defined by the Amazon Ion Hash Specification.
|
| IonHashWriter |
IonWriter extension that provides the hash of the IonValue just written
or stepped out of, as defined by the Amazon Ion Hash Specification.
|
| Class | Description |
|---|---|
| IonHashReaderBuilder | |
| IonHashWriterBuilder | |
| MessageDigestIonHasherProvider |
IonHasherProvider implementation that delegates to java.security.MessageDigest.
|
| Exception | Description |
|---|---|
| IonHashException |
Thrown for unexpected or error conditions while hashing Ion data.
|