Class CertInformationCollector.CertSignatureInformation
java.lang.Object
org.apache.pdfbox.examples.signature.validation.CertInformationCollector.CertSignatureInformation
- Enclosing class:
CertInformationCollector
Data class to hold Signature, Certificate (and its chain(s)) and revocation Information
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate X509Certificateprivate Stringprivate booleanprivate X509Certificateprivate Stringprivate Stringprivate String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetIssuerUrl(String issuerUrl) voidsetOcspUrl(String ocspUrl)
-
Field Details
-
certificate
-
signatureHash
-
isSelfSigned
private boolean isSelfSigned -
ocspUrl
-
crlUrl
-
issuerUrl
-
issuerCertificate
-
certChain
-
tsaCerts
-
alternativeCertChain
-
-
Constructor Details
-
CertSignatureInformation
public CertSignatureInformation()
-
-
Method Details
-
getOcspUrl
-
setOcspUrl
-
setIssuerUrl
-
getCrlUrl
-
getCertificate
-
isSelfSigned
public boolean isSelfSigned() -
getIssuerCertificate
-
getSignatureHash
-
getCertChain
-
getTsaCerts
-
getAlternativeCertChain
-