| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.harvard.hul.ois.jhove.EnumerationType
edu.harvard.hul.ois.jhove.ChecksumType
public final class ChecksumType
This class defines enumerated types for a Checksum on a content stream or file. Applications will not create or modify ChecksumTypes, but will use one of the predefined ChecksumType instances CRC32, MD5, or SHA1.
Checksum| Field Summary | |
|---|---|
| static ChecksumType | CRC3232-bit Cyclical Redundancy Checksum. | 
| static ChecksumType | MD5128-bit Message Digest 5. | 
| static ChecksumType | SHA1160-bit Secure Hash Algorithm. | 
| Method Summary | 
|---|
| Methods inherited from class edu.harvard.hul.ois.jhove.EnumerationType | 
|---|
| 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 CRC32
public static final ChecksumType MD5
public static final ChecksumType SHA1
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||