Uses of Enum Class
edu.harvard.hul.ois.jhove.SignatureUseType
Packages that use SignatureUseType
Package
Description
Contains the classes needed for building a JHOVE application.
-
Uses of SignatureUseType in edu.harvard.hul.ois.jhove
Methods in edu.harvard.hul.ois.jhove that return SignatureUseTypeModifier and TypeMethodDescriptionSignature.getUse()Returns the use requirement for this Signaturestatic SignatureUseTypeReturns the enum constant of this class with the specified name.static SignatureUseType[]SignatureUseType.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 SignatureUseTypeModifierConstructorDescriptionExternalSignature(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.