Class PdfSignature

  • All Implemented Interfaces:
    java.io.Serializable

    public class PdfSignature
    extends PdfDictionary
    Implements the signature dictionary.
    See Also:
    Serialized Form
    • Constructor Detail

      • PdfSignature

        public PdfSignature​(PdfName filter,
                            PdfName subFilter)
        Creates new PdfSignature
    • Method Detail

      • setByteRange

        public void setByteRange​(int[] range)
      • setContents

        public void setContents​(byte[] contents)
      • setCert

        public void setCert​(byte[] cert)
      • setName

        public void setName​(java.lang.String name)
      • setDate

        public void setDate​(PdfDate date)
      • setLocation

        public void setLocation​(java.lang.String name)
      • setReason

        public void setReason​(java.lang.String name)
      • setSignatureCreator

        public void setSignatureCreator​(java.lang.String name)
        Sets the signature creator name in the PdfSignatureBuildProperties dictionary.
        Parameters:
        name -
      • setContact

        public void setContact​(java.lang.String name)