Class PdfSignature

Direct Known Subclasses:
PdfSigGenericPKCS

@Deprecated public class PdfSignature extends PdfDictionary
Deprecated.
Implements the signature dictionary.
Author:
Paulo Soares (psoares@consiste.pt)
  • Constructor Details

    • PdfSignature

      public PdfSignature(PdfName filter, PdfName subFilter)
      Deprecated.
      Creates new PdfSignature
      Parameters:
      filter - the filter
      subFilter - the sub filter
  • Method Details

    • setByteRange

      public void setByteRange(int[] range)
      Deprecated.
    • setContents

      public void setContents(byte[] contents)
      Deprecated.
    • setCert

      public void setCert(byte[] cert)
      Deprecated.
    • setName

      public void setName(String name)
      Deprecated.
    • setDate

      public void setDate(PdfDate date)
      Deprecated.
    • setLocation

      public void setLocation(String name)
      Deprecated.
    • setReason

      public void setReason(String name)
      Deprecated.
    • setContact

      public void setContact(String name)
      Deprecated.
    • getPdfSignatureBuildProperties

      public PdfSignatureBuildProperties getPdfSignatureBuildProperties()
      Deprecated.
      Return the build properties dictionary (PDF Dictionary name: Prop_Build)
      Returns:
      the build properties dictionary