Class CertPathData
java.lang.Object
br.ufsc.labsec.validationDataServices.services.constraints.data.CertPathData
-
Constructor Summary
ConstructorsConstructorDescriptionCertPathData(CertPathData data) CertPathData(CertPathData data, Date timeReference) CertPathData(CertPath certPath, CertificateValidation.Validate validate, SignatureObject signatureObject, List<Date> timeReferences, TrustAnchorProvider trustAnchorProvider, RevocationPolicyProvider revocationPolicyProvider, ValidationServiceRepositoryInterface vsRepository, boolean verifyICPBRAlgorithms, CompleteWriter writer) -
Method Summary
Modifier and TypeMethodDescriptioncertPath()voidbooleanhasPoe()List<org.apache.commons.lang3.tuple.Pair<X509Certificate, org.bouncycastle.cert.ocsp.OCSPResp>> voidocspResponses(List<org.apache.commons.lang3.tuple.Pair<X509Certificate, org.bouncycastle.cert.ocsp.OCSPResp>> ocspResponses) voidsetAttributeValidation(ValidationDataReport attributeValidation) voidtimeReference(Date timeReference) validate()boolean
-
Constructor Details
-
CertPathData
public CertPathData(CertPath certPath, CertificateValidation.Validate validate, SignatureObject signatureObject, List<Date> timeReferences, TrustAnchorProvider trustAnchorProvider, RevocationPolicyProvider revocationPolicyProvider, ValidationServiceRepositoryInterface vsRepository, boolean verifyICPBRAlgorithms, CompleteWriter writer) -
CertPathData
-
CertPathData
-
-
Method Details
-
certPath
-
validate
-
signatureObject
-
timeReference
-
earliestTimeReference
-
trustAnchorProvider
-
revocationPolicyProvider
-
vsRepository
-
certStore
-
certStore
-
ocspResponses
public List<org.apache.commons.lang3.tuple.Pair<X509Certificate, org.bouncycastle.cert.ocsp.OCSPResp>> ocspResponses() -
ocspResponses
public void ocspResponses(List<org.apache.commons.lang3.tuple.Pair<X509Certificate, org.bouncycastle.cert.ocsp.OCSPResp>> ocspResponses) -
verifyICPBRAlgorithms
public boolean verifyICPBRAlgorithms() -
getWriter
-
getTimeReferences
-
setAttributeValidation
-
getAttributeValidation
-
timeReference
-
hasPoe
public boolean hasPoe()
-