Uses of Class
edu.harvard.hul.ois.jhove.Signature
-
Packages that use Signature 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 Signature in edu.harvard.hul.ois.jhove
Subclasses of Signature in edu.harvard.hul.ois.jhove Modifier and Type Class Description classExternalSignatureThis class encapsulates information about external format signatures.classInternalSignatureThis class encapsulates information about internal format signatures.Fields in edu.harvard.hul.ois.jhove with type parameters of type Signature Modifier and Type Field Description protected List<Signature>ModuleBase. _signatureModule Signature listMethods in edu.harvard.hul.ois.jhove that return types with arguments of type Signature Modifier and Type Method Description List<Signature>Module. getSignature()Return the List of Signatures recognized by this ModuleList<Signature>ModuleBase. 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 Signature Modifier and Type Method Description protected javax.json.JsonObjectBuilderJsonHandler. showSignature(Signature signature)protected voidXmlHandler. showSignature(Signature signature)
-