private void |
LtvVerification.addRevocationDataForCertificate(java.security.cert.X509Certificate signingCert,
java.security.cert.Certificate[] certificateChain,
java.security.cert.X509Certificate cert,
IOcspClient ocsp,
ICrlClient crl,
LtvVerification.Level level,
LtvVerification.CertificateInclusion certInclude,
LtvVerification.CertificateOption certOption,
LtvVerification.ValidationData validationData,
java.util.Set<java.security.cert.X509Certificate> processedCerts) |
|
private void |
LtvVerification.addRevocationDataForChain(java.security.cert.X509Certificate signingCert,
java.security.cert.Certificate[] certChain,
IOcspClient ocsp,
ICrlClient crl,
LtvVerification.Level level,
LtvVerification.CertificateInclusion certInclude,
LtvVerification.CertificateOption certOption,
LtvVerification.ValidationData validationData,
java.util.Set<java.security.cert.X509Certificate> processedCerts) |
|
private void |
LtvVerification.addRevocationDataForOcspCert(byte[] ocspEnc,
java.security.cert.X509Certificate signingCert,
IOcspClient ocsp,
ICrlClient crl,
LtvVerification.Level level,
LtvVerification.CertificateInclusion certInclude,
LtvVerification.CertificateOption certOption,
LtvVerification.ValidationData validationData,
java.util.Set<java.security.cert.X509Certificate> processedCerts) |
|
boolean |
LtvVerification.addVerification(java.lang.String signatureName,
IOcspClient ocsp,
ICrlClient crl,
LtvVerification.CertificateOption certOption,
LtvVerification.Level level,
LtvVerification.CertificateInclusion certInclude) |
Add verification for a particular signature.
|
void |
OCSPVerifier.setOcspClient(IOcspClient ocspClient) |
Deprecated.
Sets OCSP client to provide OCSP responses for verifying of the OCSP signer's certificate (an Authorized
Responder).
|
PadesTwoPhaseSigningHelper |
PadesTwoPhaseSigningHelper.setOcspClient(IOcspClient ocspClient) |
|
PdfPadesSigner |
PdfPadesSigner.setOcspClient(IOcspClient ocspClient) |
|
void |
PKCS7ExternalSignatureContainer.setOcspClient(IOcspClient ocspClient) |
Set the OcspClient if you want revocation data collected trough Ocsp to be added to the signature
|
void |
PdfSigner.signDetached(IExternalDigest externalDigest,
IExternalSignature externalSignature,
java.security.cert.Certificate[] chain,
java.util.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,
java.security.cert.Certificate[] chain,
java.util.Collection<ICrlClient> crlList,
IOcspClient ocspClient,
ITSAClient tsaClient,
int estimatedSize,
PdfSigner.CryptoStandard sigtype,
ISignaturePolicyIdentifier signaturePolicy) |
Signs the document using the detached mode, CMS or CAdES equivalent.
|
void |
PdfSigner.signDetached(IExternalDigest externalDigest,
IExternalSignature externalSignature,
java.security.cert.Certificate[] chain,
java.util.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.
|
void |
PdfSigner.signDetached(IExternalSignature externalSignature,
java.security.cert.Certificate[] chain,
java.util.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(IExternalSignature externalSignature,
java.security.cert.Certificate[] chain,
java.util.Collection<ICrlClient> crlList,
IOcspClient ocspClient,
ITSAClient tsaClient,
int estimatedSize,
PdfSigner.CryptoStandard sigtype,
ISignaturePolicyIdentifier signaturePolicy) |
Signs the document using the detached mode, CMS or CAdES equivalent.
|
void |
PdfSigner.signDetached(IExternalSignature externalSignature,
java.security.cert.Certificate[] chain,
java.util.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.
|