Uses of Class
br.ufsc.labsec.report.trustedList.AbstractTrustedListReport
Packages that use AbstractTrustedListReport
Package
Description
-
Uses of AbstractTrustedListReport in br.ufsc.labsec
Methods in br.ufsc.labsec that return types with arguments of type AbstractTrustedListReportModifier and TypeMethodDescriptionTrustPointProxy.getTlReports()TrustAnchorProxy.getTrustedListReports() -
Uses of AbstractTrustedListReport in br.ufsc.labsec.report.trustedList
Subclasses of AbstractTrustedListReport in br.ufsc.labsec.report.trustedListModifier and TypeClassDescriptionclassclassclassclassMethods in br.ufsc.labsec.report.trustedList that return types with arguments of type AbstractTrustedListReportMethods in br.ufsc.labsec.report.trustedList with parameters of type AbstractTrustedListReportModifier and TypeMethodDescriptionvoidTrustedLOTLReport.addTrustedListReport(AbstractTrustedListReport report) Method parameters in br.ufsc.labsec.report.trustedList with type arguments of type AbstractTrustedListReportModifier and TypeMethodDescriptionvoidTrustedLOTLReport.addAllTrustedListReports(Collection<AbstractTrustedListReport> reports) -
Uses of AbstractTrustedListReport in br.ufsc.labsec.scheduler
Method parameters in br.ufsc.labsec.scheduler with type arguments of type AbstractTrustedListReportModifier and TypeMethodDescriptionvoidTrustPointScheduler.addTriggersInBulk(Collection<AbstractTrustedListReport> reports) -
Uses of AbstractTrustedListReport in br.ufsc.labsec.signature.conformanceVerifier.report
Method parameters in br.ufsc.labsec.signature.conformanceVerifier.report with type arguments of type AbstractTrustedListReportModifier and TypeMethodDescriptionvoidReport.addAllTLReports(Collection<AbstractTrustedListReport> trustedListReports) -
Uses of AbstractTrustedListReport in br.ufsc.labsec.trustedList.report
Methods in br.ufsc.labsec.trustedList.report with parameters of type AbstractTrustedListReportModifier and TypeMethodDescriptionstatic voidTrustedListValidator.validateSchemeOperator(DSSSourcedDocument tl, Document tlDocument, AbstractTrustedListReport report, Certificate certificate) Verifica se os campos da lista de confiança são válidos de acordo com o ETSI TS 119 612 -
Uses of AbstractTrustedListReport in br.ufsc.labsec.trustedList.steps
Methods in br.ufsc.labsec.trustedList.steps that return AbstractTrustedListReportMethods in br.ufsc.labsec.trustedList.steps with parameters of type AbstractTrustedListReportModifier and TypeMethodDescriptionvoidTrustedListContext.setReport(AbstractTrustedListReport report) -
Uses of AbstractTrustedListReport in br.ufsc.labsec.web
Method parameters in br.ufsc.labsec.web with type arguments of type AbstractTrustedListReportModifier and TypeMethodDescriptionstatic voidGenerateTypeReport.generateTrustedListReport(jakarta.servlet.http.HttpServletResponse response, List<AbstractTrustedListReport> reports, String type)