Class SignerReport
java.lang.Object
br.ufsc.labsec.signature.conformanceVerifier.report.AbstractReport
br.ufsc.labsec.signature.conformanceVerifier.report.SignerReport
- All Implemented Interfaces:
ReportElement
public class SignerReport extends AbstractReport
-
Field Summary
Fields inherited from class br.ufsc.labsec.signature.conformanceVerifier.report.AbstractReport
DATE_TIME_FORMATTER
-
Constructor Summary
Constructors Constructor Description SignerReport(CertificateReport certificateReport, ExtensionsReport extensionsReport)
SignerReport(CertificateReport certificateReport, ExtensionsReport extensionsReport, CertPath certPath)
-
Method Summary
Modifier and Type Method Description protected void
buildElements(ReportBuilder<?,?> documentBuilder)
Constroi os elementos específicos do relatóriostatic String
filterPersonalInformationInName(String principalName)
Filtra informações pessoais, como cpf, no nome (principal name) de certificados.CertificateReport
getCertificateReport()
String
getElementTag()
Retorna a tag do elementovoid
setCertificateReport(CertificateReport certificateReport)
void
setCertPath(CertPath certPath)
void
setExtensionsReport(ExtensionsReport extensionsReport)
Methods inherited from class br.ufsc.labsec.signature.conformanceVerifier.report.AbstractReport
addAllErrorMessages, addErrorMessage, clear, formatDate, 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
-
SignerReport
-
SignerReport
public SignerReport(CertificateReport certificateReport, ExtensionsReport extensionsReport, CertPath certPath)
-
-
Method Details
-
filterPersonalInformationInName
Filtra informações pessoais, como cpf, no nome (principal name) de certificados.- Parameters:
principalName
- Nome a ser filtrado
-
setCertPath
-
setCertificateReport
-
setExtensionsReport
-
getElementTag
Description copied from interface:ReportElement
Retorna a tag do elemento- Returns:
- A tag do elemento
-
buildElements
Description copied from class:AbstractReport
Constroi os elementos específicos do relatório- Specified by:
buildElements
in classAbstractReport
- Parameters:
documentBuilder
- builder
-
getCertificateReport
-