Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.Pdf.New 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 originaly came from Aspose.Pdf.Kit. |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Signature |
SignatureField.getSignature()
Gets signature object.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
PdfFileSignature.sign(int page,
boolean visible,
com.aspose.java.awt.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,
com.aspose.java.awt.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,
com.aspose.java.awt.Rectangle annotRect,
Signature sig)
Sign the document with the given type signature which is placed in already presented signature field.
|
void |
PdfFileSignature.sign(int page,
String SigName,
String SigReason,
String SigContact,
String SigLocation,
boolean visible,
android.graphics.Rect annotRect,
Signature sig) |
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.
|
Copyright © 2017 Aspose. All Rights Reserved.