Uses of Class
br.ufsc.labsec.signature.conformanceVerifier.report.CertificateReport
Packages that use CertificateReport
-
Uses of CertificateReport in br.ufsc.labsec.signature.conformanceVerifier.report
Methods in br.ufsc.labsec.signature.conformanceVerifier.report that return CertificateReportMethods in br.ufsc.labsec.signature.conformanceVerifier.report that return types with arguments of type CertificateReportModifier and TypeMethodDescriptionstatic List<CertificateReport> CertificateReport.flatten(CertificateReport report) Methods in br.ufsc.labsec.signature.conformanceVerifier.report with parameters of type CertificateReportModifier and TypeMethodDescriptionstatic List<CertificateReport> CertificateReport.flatten(CertificateReport report) voidSignerReport.setCertificateReport(CertificateReport certificateReport) Constructors in br.ufsc.labsec.signature.conformanceVerifier.report with parameters of type CertificateReportModifierConstructorDescriptionCertificateReport(X509Certificate certificate, CertificateReport issuer, boolean obtainedOnline, ValidationResult result) SignerReport(CertificateReport certificateReport, ExtensionsReport extensionsReport) SignerReport(CertificateReport certificateReport, ExtensionsReport extensionsReport, CertPath certPath)