Uses of Enum Class
edu.harvard.hul.ois.jhove.SignatureType
Packages that use SignatureType
Package
Description
Contains the classes needed for building a JHOVE application.
-
Uses of SignatureType in edu.harvard.hul.ois.jhove
Methods in edu.harvard.hul.ois.jhove that return SignatureTypeModifier and TypeMethodDescriptionSignature.getType()Returns the type of this Signaturestatic SignatureTypeReturns the enum constant of this class with the specified name.static SignatureType[]SignatureType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in edu.harvard.hul.ois.jhove with parameters of type SignatureTypeModifierConstructorDescriptionExternalSignature(int[] value, SignatureType type, SignatureUseType use) Creates an ExternalSignature given a byte array, a type, and a use requirement.ExternalSignature(int[] value, SignatureType type, SignatureUseType use, String note) Creates an ExternalSignature given a byte array, a type, a use requirement, and a note.ExternalSignature(String value, SignatureType type, SignatureUseType use) Creates an ExternalSignature given a string value, a type, and a use requirement.ExternalSignature(String value, SignatureType type, SignatureUseType use, String note) Creates an ExternalSignature given a string value, a type, a use requirement, and a note.InternalSignature(int[] value, SignatureType type, SignatureUseType use) Creates an InternalSignature given a byte array, a type, and a use requirement.InternalSignature(int[] value, SignatureType type, SignatureUseType use, int offset) Creates an InternalSignature given a byte array, a type, a use requirement, and a byte offset.InternalSignature(int[] value, SignatureType type, SignatureUseType use, int offset, String note) Creates an InternalSignature given a string value, a type, a use requirement, a byte offset, and a note.InternalSignature(int[] value, SignatureType type, SignatureUseType use, String note) Creates an InternalSignature given a byte array, a type, a use requirement, and a note.InternalSignature(String value, SignatureType type, SignatureUseType use) Creates an InternalSignature given a string value, a type, and a use requirement.InternalSignature(String value, SignatureType type, SignatureUseType use, int offset) Creates an InternalSignature given a string value, a type, a use requirement, and a byte offset.InternalSignature(String value, SignatureType type, SignatureUseType use, int offset, String note) Creates an InternalSignature given a string value, a type, a use requirement, a byte offset, and a note.InternalSignature(String value, SignatureType type, SignatureUseType use, String note) Creates an InternalSignature given a string value, a type, a use requirement, and a note.protectedSignature(int[] value, SignatureType type, SignatureUseType use) A Signature cannot be created directly; this constructor can be called as the superclass constructor from a subclass.protectedSignature(int[] value, SignatureType type, SignatureUseType use, String note) A Signature cannot be created directly; this constructor can be called as the superclass constructor from a subclass.protectedSignature(String value, SignatureType type, SignatureUseType use) A Signature cannot be created directly; this constructor can be called as the superclass constructor from a subclass.protectedSignature(String value, SignatureType type, SignatureUseType use, String note) A Signature cannot be created directly; this constructor can be called as the superclass constructor from a subclass.