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.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 user,
String userKeyPassword,
String reason)
Signs a PDF document with a user certificate.
|
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.