Uses of Class
org.apache.pdfbox.examples.signature.validation.CertInformationCollector.CertSignatureInformation
-
Packages that use CertInformationCollector.CertSignatureInformation Package Description org.apache.pdfbox.examples.signature.validation -
-
Uses of CertInformationCollector.CertSignatureInformation in org.apache.pdfbox.examples.signature.validation
Fields in org.apache.pdfbox.examples.signature.validation declared as CertInformationCollector.CertSignatureInformation Modifier and Type Field Description private CertInformationCollector.CertSignatureInformationCertInformationCollector.CertSignatureInformation. alternativeCertChainprivate CertInformationCollector.CertSignatureInformationCertInformationCollector.CertSignatureInformation. certChainprivate CertInformationCollector.CertSignatureInformationCertInformationCollector. rootCertInfoprivate CertInformationCollector.CertSignatureInformationCertInformationCollector.CertSignatureInformation. tsaCertsMethods in org.apache.pdfbox.examples.signature.validation that return CertInformationCollector.CertSignatureInformation Modifier and Type Method Description CertInformationCollector.CertSignatureInformationCertInformationCollector.CertSignatureInformation. getAlternativeCertChain()CertInformationCollector.CertSignatureInformationCertInformationCollector.CertSignatureInformation. getCertChain()private CertInformationCollector.CertSignatureInformationCertInformationCollector. getCertInfo(byte[] signatureContent)Processes one signature and its including certificates.(package private) CertInformationCollector.CertSignatureInformationCertInformationCollector. getCertInfo(java.security.cert.X509Certificate certificate)Traverse a certificate.CertInformationCollector.CertSignatureInformationCertInformationCollector. getLastCertInfo(PDSignature signature, java.lang.String fileName)Gets the certificate information of a signature.CertInformationCollector.CertSignatureInformationCertInformationCollector.CertSignatureInformation. getTsaCerts()Methods in org.apache.pdfbox.examples.signature.validation with parameters of type CertInformationCollector.CertSignatureInformation Modifier and Type Method Description private 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(java.security.cert.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)
-