Uses of Class
com.pdftools.pdf.SignatureField
Packages that use SignatureField
-
Uses of SignatureField in com.pdftools.pdf
Subclasses of SignatureField in com.pdftools.pdfModifier and TypeClassDescriptionclassA document certification (MDP) signature that certifies the documentclassA document signature that signs the documentclassA document time-stamp signature that time-stamps the documentclassA base class for certain signature typesclassA base class for signature fields that have been signedclassAn unsigned signature fieldMethods in com.pdftools.pdf that return SignatureFieldModifier and TypeMethodDescriptionSignatureFieldList.get(int index) SignatureFieldList.remove(int index) Not supported.SignatureFieldList.set(int index, SignatureField element) Not supported.Methods in com.pdftools.pdf that return types with arguments of type SignatureFieldModifier and TypeMethodDescriptionSignatureFieldList.iterator()SignatureFieldList.listIterator()SignatureFieldList.listIterator(int index) SignatureFieldList.subList(int fromIndex, int toIndex) Methods in com.pdftools.pdf with parameters of type SignatureFieldModifier and TypeMethodDescriptionvoidSignatureFieldList.add(int index, SignatureField element) Not supported.booleanSignatureFieldList.add(SignatureField element) Not supported.SignatureFieldList.set(int index, SignatureField element) Not supported.Method parameters in com.pdftools.pdf with type arguments of type SignatureFieldModifier and TypeMethodDescriptionbooleanSignatureFieldList.addAll(int index, Collection<? extends SignatureField> elements) Not supported.booleanSignatureFieldList.addAll(Collection<? extends SignatureField> elements) Not supported.