Uses of Class
edu.harvard.hul.ois.jhove.Checksum
-
Packages that use Checksum Package Description edu.harvard.hul.ois.jhove Contains the classes needed for building a JHOVE application.edu.harvard.hul.ois.jhove.handler Contains the main classes for JHOVE output handlers. -
-
Uses of Checksum in edu.harvard.hul.ois.jhove
Methods in edu.harvard.hul.ois.jhove that return types with arguments of type Checksum Modifier and Type Method Description List<Checksum>RepInfo. getChecksum()Returns this object's list of ChecksumsMethods in edu.harvard.hul.ois.jhove with parameters of type Checksum Modifier and Type Method Description voidRepInfo. setChecksum(Checksum checksum)Append a Checksum object to the checksum list. -
Uses of Checksum in edu.harvard.hul.ois.jhove.handler
Methods in edu.harvard.hul.ois.jhove.handler with parameters of type Checksum Modifier and Type Method Description protected javax.json.JsonObjectBuilderJsonHandler. showChecksum(Checksum checksum)protected voidXmlHandler. showChecksum(Checksum checksum)
-