Class VerificationPackage
java.lang.Object
br.ufsc.labsec.signature.conformanceVerifier.report.AbstractReport
br.ufsc.labsec.signature.conformanceVerifier.VerificationPackage
- All Implemented Interfaces:
ReportElement
public class VerificationPackage extends AbstractReport
-
Constructor Summary
Constructors Constructor Description VerificationPackage()
-
Method Summary
Modifier and Type Method Description void
addCrl(CertStore certStore)
void
addOcsp(Collection<org.bouncycastle.cert.ocsp.OCSPResp> ocsp)
protected void
buildElements(ReportBuilder<?,?> documentBuilder)
Constroi os elementos específicos do relatórioString
getElementTag()
Retorna a tag do elementovoid
setCertPath(CertPath certPath)
void
setSigningCertificate(Certificate certificate)
void
setTimeReference(Time currentTimeReference)
org.json.JSONObject
toJson()
Methods inherited from class br.ufsc.labsec.signature.conformanceVerifier.report.AbstractReport
addAllErrorMessages, addErrorMessage, clear, generateDocument, generateElement, generateJSON, getErrorMessages
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface br.ufsc.labsec.signature.conformanceVerifier.report.builder.ReportElement
getPluralElementTag
-
Constructor Details
-
VerificationPackage
public VerificationPackage()
-
-
Method Details
-
addCrl
-
setCertPath
-
addOcsp
-
setSigningCertificate
-
setTimeReference
-
getElementTag
Description copied from interface:ReportElement
Retorna a tag do elemento- Returns:
- A tag do elemento
-
toJson
public org.json.JSONObject toJson() -
buildElements
Description copied from class:AbstractReport
Constroi os elementos específicos do relatório- Specified by:
buildElements
in classAbstractReport
- Parameters:
documentBuilder
- builder
-