com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

Uses of Class
com.aspose.pdf.Signature

  • Packages that use Signature 
    Package Description
    com.aspose.pdf
    The com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library which are either directly in it like Document or indirectly through several subpackages.
    com.aspose.pdf.facades
    The com.aspose.pdf.facades package provides classes originally came from Aspose.Pdf.Kit.
    • Uses of Signature in com.aspose.pdf

      Subclasses of Signature in com.aspose.pdf 
      Modifier and Type Class and Description
      class  ExternalSignature
      Creates a detached PKCS#7Detached signature using a X509Certificate2.
      class  PKCS1
      Represents signature object regarding PKCS#1 standard.
      class  PKCS7
      Represents the PKCS#7 object that conform to the PKCS#7 specification in Internet RFC 2315, PKCS #7: Cryptographic Message Syntax, Version 1.5.
      class  PKCS7Detached
      Represents the PKCS#7 object that conform to the PKCS#7 specification in Internet RFC 2315, PKCS #7: Cryptographic Message Syntax, Version 1.5.
      Methods in com.aspose.pdf that return Signature 
      Modifier and Type Method and Description
      Signature DocMDPSignature.getSignature()
      Returns the signature object that used during signing.
      Signature SignatureField.getSignature()
      Gets signature object.
      Methods in com.aspose.pdf with parameters of type Signature 
      Modifier and Type Method and Description
      static void InternalHelper.setImageInternal(Signature sig, com.aspose.ms.System.IO.Stream _signatureAppearanceStream) 
      void SignatureField.sign(Signature signature)
      Sign the document using this signature field.
      void SignatureField.sign(Signature signature, InputStream pfx, String pass)
      Signs the document using this signature field.
      Constructors in com.aspose.pdf with parameters of type Signature 
      Constructor and Description
      DocMDPSignature(Signature signature, int accessPermissions)
      Initializes a new instance of the DocMDPSignature class.
    • Uses of Signature in com.aspose.pdf.facades

      Methods in com.aspose.pdf.facades with parameters of type Signature 
      Modifier and Type Method and Description
      void PdfFileSignature.sign(int page, boolean visible, Rectangle annotRect, Signature sig)
      Sign the document with the given type signature.
      void PdfFileSignature.sign(int page, String SigReason, String SigContact, String SigLocation, boolean visible, Rectangle annotRect, Signature sig)
      Sign the document with the given type signature.
      void PdfFileSignature.sign(int page, String SigName, String SigReason, String SigContact, String SigLocation, boolean visible, Rectangle annotRect, Signature sig)
      Sign the document with the given type signature which is placed in already presented signature field.
      void PdfFileSignature.sign(String SigName, Signature sig)
      Sign the document with the given type signature which is placed in already presented signature field.
      void PdfFileSignature.sign(String SigName, String SigReason, String SigContact, String SigLocation, Signature sig)
      Sign the document with the given type signature which is placed in already presented signature field.