Uses of Class
org.apache.pdfbox.examples.signature.validation.CertificateProccessingException
Packages that use CertificateProccessingException
-
Uses of CertificateProccessingException in org.apache.pdfbox.examples.signature.validation
Methods in org.apache.pdfbox.examples.signature.validation that throw CertificateProccessingExceptionModifier and TypeMethodDescriptionvoidCertInformationCollector.addAllCertsFromHolders(org.bouncycastle.cert.X509CertificateHolder[] certHolders) Gets a list of X509Certificate out of an array of X509CertificateHolder.private voidAddValidationInformation.addOcspData(X509Certificate certificate, X509Certificate issuerCertificate, String ocspURL) private voidAddValidationInformation.addOcspData(CertInformationCollector.CertSignatureInformation certInfo) Fetches and adds OCSP data to storage for the given Certificate.private voidCertInformationCollector.addTimestampCerts(org.bouncycastle.cms.SignerInformation signerInformation) Processes an embedded signed timestamp, that has been placed into a signature.private voidCertInformationCollector.getAlternativeIssuerCertificate(CertInformationCollector.CertSignatureInformation certInfo, int maxDepth) Get alternative certificate chain, from the Authority Information (a url).private X509CertificateCertInformationCollector.getCertFromHolder(org.bouncycastle.cert.X509CertificateHolder certificateHolder) Gets the X509Certificate out of the X509CertificateHolder.CertInformationCollector.getCertInfo(byte[] signatureContent) Processes one signature and its including certificates.(package private) CertInformationCollector.CertSignatureInformationCertInformationCollector.getCertInfo(X509Certificate certificate) Traverse a certificate.CertInformationCollector.getLastCertInfo(PDSignature signature, String fileName) Gets the certificate information of a signature.private org.bouncycastle.cms.SignerInformationCertInformationCollector.processSignerStore(org.bouncycastle.cms.CMSSignedData signedData, CertInformationCollector.CertSignatureInformation certInfo) Processes a signer store and goes through the signers certificate-chain.private voidCertInformationCollector.traverseChain(X509Certificate certificate, CertInformationCollector.CertSignatureInformation certInfo, int maxDepth) Traverse through the Cert-Chain of the given Certificate and add it to the CertInfo recursively.