| Package | Description |
|---|---|
| edu.harvard.hul.ois.jhove |
Contains the classes needed for building a JHOVE application.
|
| Modifier and Type | Field and Description |
|---|---|
static ChecksumType |
ChecksumType.CRC32
32-bit Cyclical Redundancy Checksum.
|
static ChecksumType |
ChecksumType.MD5
128-bit Message Digest 5.
|
static ChecksumType |
ChecksumType.SHA1
160-bit Secure Hash Algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
ChecksumType |
Checksum.getType()
Returns this Checksum's type
|
| Modifier and Type | Method and Description |
|---|---|
void |
Checksum.setType(ChecksumType type)
Sets the type of this Checksum
|
| Constructor and Description |
|---|
Checksum(String value,
ChecksumType type)
Creates a Checksum with a given value and type
|
Copyright © 2008–2018 The Open Preservation Foundation. All rights reserved.