Package | Description |
---|---|
org.nuxeo.ecm.platform.signature.api.exception |
Exceptions thrown during certificate generation and signing.
|
org.nuxeo.ecm.platform.signature.api.sign |
PDF signing services and utilities.
|
org.nuxeo.ecm.platform.signature.core.sign |
PDF signing services implementation.
|
org.nuxeo.ecm.platform.signature.web.sign |
Web controls and actions related to signature generation
|
Modifier and Type | Class and Description |
---|---|
class |
AlreadySignedException |
class |
CertException
An exception indicating certificate or key generation related problems
|
Modifier and Type | Method and Description |
---|---|
Blob |
SignatureService.signPDF(Blob pdfBlob,
DocumentModel doc,
DocumentModel user,
String userKeyPassword,
String reason)
Signs a PDF document with a user certificate.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
SignatureServiceImpl.certificatePresentInPDF(Certificate userCert,
List<X509Certificate> pdfCertificates) |
protected List<X509Certificate> |
SignatureServiceImpl.getCertificates(Blob pdfBlob) |
protected List<X509Certificate> |
SignatureServiceImpl.getCertificates(com.lowagie.text.pdf.PdfReader pdfReader) |
protected com.lowagie.text.Rectangle |
SignatureServiceImpl.getNextCertificatePosition(com.lowagie.text.pdf.PdfReader pdfReader,
List<X509Certificate> pdfCertificates) |
protected String |
SignatureServiceImpl.getSigningReason() |
protected void |
SignatureServiceImpl.validatePageBounds(com.lowagie.text.pdf.PdfReader pdfReader,
int pageNo,
float valueToCheck,
boolean isHorizontal)
Verifies that a provided value fits within the page bounds.
|
Modifier and Type | Method and Description |
---|---|
List<X509Certificate> |
SignActions.getCertificateList()
Returns info about the certificates contained in the current document.
|
Copyright © 2015 Nuxeo SA. All rights reserved.