| Package | Description |
|---|---|
| org.imixs.archive.signature.pdf | |
| org.imixs.archive.signature.pdf.cert | |
| org.imixs.archive.signature.pdf.util |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
SigningService.signPDF(byte[] inputFileData,
String certAlias,
String certPassword,
boolean externalSigning)
Method Opens the keystore with the given password and creates a new signed
PDF file based on the given PDF File and a signature image.
|
byte[] |
SigningService.signPDF(byte[] inputFileData,
String certAlias,
String certPassword,
boolean externalSigning,
Rectangle2D humanRect,
String signatureFieldName,
byte[] imageFile,
String reason)
Sign pdf file and create new file that ends with "_signed.pdf".
|
| Modifier and Type | Method and Description |
|---|---|
static PKIXCertPathBuilderResult |
CertificateVerifier.verifyCertificate(X509Certificate cert,
Set<X509Certificate> additionalCerts,
boolean verifySelfSignedCert,
Date signDate)
Attempts to build a certification chain for given certificate and to verify
it.
|
static void |
CRLVerifier.verifyCertificateCRLs(X509Certificate cert,
Date signDate,
Set<X509Certificate> additionalCerts)
Extracts the CRL distribution points from the certificate (if available)
and checks the certificate revocation status against the CRLs coming from
the distribution points.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SigUtils.verifyCertificateChain(org.bouncycastle.util.Store<org.bouncycastle.cert.X509CertificateHolder> certificatesStore,
X509Certificate certFromSignedData,
Date signDate)
Verify the certificate chain up to the root, including OCSP or CRL.
|
Copyright © 2016–2020 Imixs Software Solutions GmbH. All rights reserved.