| Package | Description |
|---|---|
| edu.harvard.hul.ois.jhove |
Contains the classes needed for building a JHOVE application.
|
| Modifier and Type | Method and Description |
|---|---|
ChecksumType |
Checksum.getType()
Returns this Checksum's type
|
static ChecksumType |
ChecksumType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChecksumType[] |
ChecksumType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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–2019 The Open Preservation Foundation. All rights reserved.