Uses of Class
org.apache.pdfbox.examples.signature.validation.CertInformationCollector.CertSignatureInformation
Packages that use CertInformationCollector.CertSignatureInformation
-
Uses of CertInformationCollector.CertSignatureInformation in org.apache.pdfbox.examples.signature.validation
Fields in org.apache.pdfbox.examples.signature.validation declared as CertInformationCollector.CertSignatureInformationModifier and TypeFieldDescriptionCertInformationCollector.CertSignatureInformation.alternativeCertChainCertInformationCollector.CertSignatureInformation.certChainCertInformationCollector.rootCertInfoCertInformationCollector.CertSignatureInformation.tsaCertsMethods in org.apache.pdfbox.examples.signature.validation that return CertInformationCollector.CertSignatureInformationModifier and TypeMethodDescriptionCertInformationCollector.CertSignatureInformation.getAlternativeCertChain()CertInformationCollector.CertSignatureInformation.getCertChain()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.CertInformationCollector.CertSignatureInformation.getTsaCerts()Methods in org.apache.pdfbox.examples.signature.validation with parameters of type CertInformationCollector.CertSignatureInformationModifier and TypeMethodDescriptionprivate voidAddValidationInformation.addCrlRevocationInfo(CertInformationCollector.CertSignatureInformation certInfo) Fetches and adds CRL data to storage for the given Certificate.private voidAddValidationInformation.addOcspData(CertInformationCollector.CertSignatureInformation certInfo) Fetches and adds OCSP data to storage for the given Certificate.private voidAddValidationInformation.addRevocationData(CertInformationCollector.CertSignatureInformation certInfo) Fetches and adds revocation information based on the certInfo to the DSS.private voidAddValidationInformation.addRevocationDataRecursive(CertInformationCollector.CertSignatureInformation certInfo) Tries to get Revocation Data (first OCSP, else CRL) from the given Certificate Chain.private voidAddValidationInformation.fetchCrlData(CertInformationCollector.CertSignatureInformation certInfo) Tries to fetch and add CRL Data to its containers.private booleanAddValidationInformation.fetchOcspData(CertInformationCollector.CertSignatureInformation certInfo) Tries to fetch and add OCSP Data to its containers.private voidCertInformationCollector.getAlternativeIssuerCertificate(CertInformationCollector.CertSignatureInformation certInfo, int maxDepth) Get alternative certificate chain, from the Authority Information (a url).protected static voidCertInformationHelper.getAuthorityInfoExtensionValue(byte[] extensionValue, CertInformationCollector.CertSignatureInformation certInfo) Extracts authority information access extension values from the given data.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.private voidAddValidationInformation.updateVRI(CertInformationCollector.CertSignatureInformation certInfo, COSDictionary vri)