Uses of Class
edu.harvard.hul.ois.jhove.Signature
Packages that use Signature
Package
Description
Contains the classes needed for building a JHOVE application.
Contains the main classes for JHOVE output handlers.
-
Uses of Signature in edu.harvard.hul.ois.jhove
Subclasses of Signature in edu.harvard.hul.ois.jhoveModifier and TypeClassDescriptionclassThis class encapsulates information about external format signatures.classThis class encapsulates information about internal format signatures.Fields in edu.harvard.hul.ois.jhove with type parameters of type SignatureMethods in edu.harvard.hul.ois.jhove that return types with arguments of type SignatureModifier and TypeMethodDescriptionModule.getSignature()Return the List of Signatures recognized by this ModuleModuleBase.getSignature()Return the List of Signatures recognized by this Module -
Uses of Signature in edu.harvard.hul.ois.jhove.handler
Methods in edu.harvard.hul.ois.jhove.handler with parameters of type SignatureModifier and TypeMethodDescriptionprotected jakarta.json.JsonObjectBuilderJsonHandler.showSignature(Signature signature) protected voidXmlHandler.showSignature(Signature signature)