Package | Description |
---|---|
com.itextpdf.text.pdf.security |
Modifier and Type | Class | Description |
---|---|---|
class |
CrlClientOffline |
An implementation of the CrlClient that handles offline
Certificate Revocation Lists.
|
class |
CrlClientOnline |
An implementation of the CrlClient that fetches the CRL bytes
from an URL.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
LtvVerification.addVerification(java.lang.String signatureName,
OcspClient ocsp,
CrlClient crl,
LtvVerification.CertificateOption certOption,
LtvVerification.Level level,
LtvVerification.CertificateInclusion certInclude) |
Add verification for a particular signature
|
Modifier and Type | Method | Description |
---|---|---|
static java.util.Collection<byte[]> |
MakeSignature.processCrl(java.security.cert.Certificate cert,
java.util.Collection<CrlClient> crlList) |
Processes a CRL list.
|
static void |
MakeSignature.signDetached(PdfSignatureAppearance sap,
ExternalDigest externalDigest,
ExternalSignature externalSignature,
java.security.cert.Certificate[] chain,
java.util.Collection<CrlClient> crlList,
OcspClient ocspClient,
TSAClient tsaClient,
int estimatedSize,
MakeSignature.CryptoStandard sigtype) |
Signs the document using the detached mode, CMS or CAdES equivalent.
|
static void |
MakeSignature.signDetached(PdfSignatureAppearance sap,
ExternalDigest externalDigest,
ExternalSignature externalSignature,
java.security.cert.Certificate[] chain,
java.util.Collection<CrlClient> crlList,
OcspClient ocspClient,
TSAClient tsaClient,
int estimatedSize,
MakeSignature.CryptoStandard sigtype,
SignaturePolicyInfo signaturePolicy) |
Signs the document using the detached mode, CMS or CAdES equivalent.
|
static void |
MakeSignature.signDetached(PdfSignatureAppearance sap,
ExternalDigest externalDigest,
ExternalSignature externalSignature,
java.security.cert.Certificate[] chain,
java.util.Collection<CrlClient> crlList,
OcspClient ocspClient,
TSAClient tsaClient,
int estimatedSize,
MakeSignature.CryptoStandard sigtype,
org.bouncycastle.asn1.esf.SignaturePolicyIdentifier signaturePolicy) |
Signs the document using the detached mode, CMS or CAdES equivalent.
|
Copyright © 1998–2018. All rights reserved.