| Modifier and Type | Class and 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 and Description |
|---|---|
boolean |
LtvVerification.addVerification(String signatureName,
IOcspClient ocsp,
ICrlClient crl,
LtvVerification.CertificateOption certOption,
LtvVerification.Level level,
LtvVerification.CertificateInclusion certInclude)
Add verification for a particular signature.
|
| Modifier and Type | Method and Description |
|---|---|
protected Collection<byte[]> |
PdfSigner.processCrl(Certificate cert,
Collection<ICrlClient> crlList)
Processes a CRL list.
|
void |
PdfSigner.signDetached(IExternalDigest externalDigest,
IExternalSignature externalSignature,
Certificate[] chain,
Collection<ICrlClient> crlList,
IOcspClient ocspClient,
ITSAClient tsaClient,
int estimatedSize,
PdfSigner.CryptoStandard sigtype)
Signs the document using the detached mode, CMS or CAdES equivalent.
|
void |
PdfSigner.signDetached(IExternalDigest externalDigest,
IExternalSignature externalSignature,
Certificate[] chain,
Collection<ICrlClient> crlList,
IOcspClient ocspClient,
ITSAClient tsaClient,
int estimatedSize,
PdfSigner.CryptoStandard sigtype,
org.bouncycastle.asn1.esf.SignaturePolicyIdentifier signaturePolicy)
Signs the document using the detached mode, CMS or CAdES equivalent.
|
void |
PdfSigner.signDetached(IExternalDigest externalDigest,
IExternalSignature externalSignature,
Certificate[] chain,
Collection<ICrlClient> crlList,
IOcspClient ocspClient,
ITSAClient tsaClient,
int estimatedSize,
PdfSigner.CryptoStandard sigtype,
SignaturePolicyInfo signaturePolicy)
Signs the document using the detached mode, CMS or CAdES equivalent.
|
Copyright © 1998–2019 iText Group NV. All rights reserved.