Class PdfSignature
java.lang.Object
org.openpdf.text.pdf.PdfObject
org.openpdf.text.pdf.PdfDictionary
org.openpdf.text.pdf.PdfSignature
- Direct Known Subclasses:
PdfSigGenericPKCS
Implements the signature dictionary.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the build properties dictionary (PDF Dictionary name: Prop_Build)voidsetByteRange(int[] range) voidsetCert(byte[] cert) voidsetContact(String name) voidsetContents(byte[] contents) voidvoidsetLocation(String name) voidvoidMethods inherited from class PdfDictionary
clear, contains, get, getAsArray, getAsBoolean, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsStream, getAsString, getDirectObject, getKeys, getKeysAndValues, isCatalog, isFont, isOutlineTree, isPage, isPages, merge, mergeDifferent, put, putAll, putEx, remove, size, toPdf, toStringMethods inherited from class PdfObject
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type
-
Constructor Details
-
PdfSignature
-
-
Method Details
-
setByteRange
public void setByteRange(int[] range) -
setContents
public void setContents(byte[] contents) -
setCert
public void setCert(byte[] cert) -
setName
-
setDate
-
setLocation
-
setReason
-
setContact
-
getPdfSignatureBuildProperties
Return the build properties dictionary (PDF Dictionary name: Prop_Build)- Returns:
- the build properties dictionary
-