|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.hul.ois.mets.helper.Enum
edu.harvard.hul.ois.mets.Checksumtype
This class encapsulates the checksum type enumeration. See <http://www.loc.gov/standards/mets/>.
| Field Summary | |
static Checksumtype |
HAVAL
HAVAL. |
static Checksumtype |
MD5
MD5. |
static Checksumtype |
SHA1
SHA-1. |
static Checksumtype |
SHA256
SHA-256. |
static Checksumtype |
SHA384
SHA-384. |
static Checksumtype |
SHA512
SHA-512. |
static Checksumtype |
TIGER
TIGER. |
static Checksumtype |
WHIRLPOOL
WHIRLPOOL header. |
| Constructor Summary | |
Checksumtype(java.lang.String value)
Instantiate a Checksumtype object. |
|
| Method Summary | |
static Checksumtype |
parse(java.lang.String name)
Return the checksum type by name. |
| Methods inherited from class edu.harvard.hul.ois.mets.helper.Enum |
equals, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final Checksumtype HAVAL
public static final Checksumtype MD5
public static final Checksumtype SHA1
public static final Checksumtype SHA256
public static final Checksumtype SHA384
public static final Checksumtype SHA512
public static final Checksumtype TIGER
public static final Checksumtype WHIRLPOOL
| Constructor Detail |
public Checksumtype(java.lang.String value)
value - Checksum type value| Method Detail |
public static Checksumtype parse(java.lang.String name)
throws MetsException
name - Checksum type name
MetsException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||