Uses of Class
br.ufsc.labsec.signature.conformanceVerifier.report.CertificateReport
Package | Description |
---|---|
br.ufsc.labsec.signature.conformanceVerifier.report |
-
Uses of CertificateReport in br.ufsc.labsec.signature.conformanceVerifier.report
Methods in br.ufsc.labsec.signature.conformanceVerifier.report that return CertificateReport Modifier and Type Method Description CertificateReport
SignerReport. getCertificateReport()
Methods in br.ufsc.labsec.signature.conformanceVerifier.report that return types with arguments of type CertificateReport Modifier and Type Method Description static List<CertificateReport>
CertificateReport. flatten(CertificateReport report)
Methods in br.ufsc.labsec.signature.conformanceVerifier.report with parameters of type CertificateReport Modifier and Type Method Description static List<CertificateReport>
CertificateReport. flatten(CertificateReport report)
void
SignerReport. setCertificateReport(CertificateReport certificateReport)
Constructors in br.ufsc.labsec.signature.conformanceVerifier.report with parameters of type CertificateReport Constructor Description CertificateReport(X509Certificate certificate, CertificateReport issuer, boolean obtainedOnline, ValidationResult result)
SignerReport(CertificateReport certificateReport, ExtensionsReport extensionsReport)
SignerReport(CertificateReport certificateReport, ExtensionsReport extensionsReport, CertPath certPath)