void |
CertInformationCollector.addAllCertsFromHolders(org.bouncycastle.cert.X509CertificateHolder[] certHolders) |
Gets a list of X509Certificate out of an array of X509CertificateHolder.
|
private void |
AddValidationInformation.addOcspData(java.security.cert.X509Certificate certificate,
java.security.cert.X509Certificate issuerCertificate,
java.lang.String ocspURL) |
|
private void |
AddValidationInformation.addOcspData(CertInformationCollector.CertSignatureInformation certInfo) |
Fetches and adds OCSP data to storage for the given Certificate.
|
private void |
CertInformationCollector.addTimestampCerts(org.bouncycastle.cms.SignerInformation signerInformation) |
Processes an embedded signed timestamp, that has been placed into a signature.
|
private void |
CertInformationCollector.getAlternativeIssuerCertificate(CertInformationCollector.CertSignatureInformation certInfo,
int maxDepth) |
Get alternative certificate chain, from the Authority Information (a url).
|
private java.security.cert.X509Certificate |
CertInformationCollector.getCertFromHolder(org.bouncycastle.cert.X509CertificateHolder certificateHolder) |
Gets the X509Certificate out of the X509CertificateHolder.
|
private CertInformationCollector.CertSignatureInformation |
CertInformationCollector.getCertInfo(byte[] signatureContent) |
Processes one signature and its including certificates.
|
(package private) CertInformationCollector.CertSignatureInformation |
CertInformationCollector.getCertInfo(java.security.cert.X509Certificate certificate) |
Traverse a certificate.
|
CertInformationCollector.CertSignatureInformation |
CertInformationCollector.getLastCertInfo(PDSignature signature,
java.lang.String fileName) |
Gets the certificate information of a signature.
|
private org.bouncycastle.cms.SignerInformation |
CertInformationCollector.processSignerStore(org.bouncycastle.cms.CMSSignedData signedData,
CertInformationCollector.CertSignatureInformation certInfo) |
Processes a signer store and goes through the signers certificate-chain.
|
private void |
CertInformationCollector.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.
|