public class CertificateReportItem extends ReportItem
ReportItem.ReportItemStatus| Constructor and Description |
|---|
CertificateReportItem(X509Certificate certificate,
String checkName,
String message,
Exception cause,
ReportItem.ReportItemStatus status)
Create
ReportItem instance. |
CertificateReportItem(X509Certificate certificate,
String checkName,
String message,
ReportItem.ReportItemStatus status)
Create
ReportItem instance. |
| Modifier and Type | Method and Description |
|---|---|
X509Certificate |
getCertificate()
Get the certificate related to this report item.
|
String |
toString() |
getCheckName, getExceptionCause, getMessage, getStatus, setStatuspublic CertificateReportItem(X509Certificate certificate, String checkName, String message, ReportItem.ReportItemStatus status)
ReportItem instance.certificate - X509Certificate processing which report item occurredcheckName - String, which represents a check name during which report item occurredmessage - String with the exact report item messagestatus - ReportItemStatus report item status that determines validation resultpublic CertificateReportItem(X509Certificate certificate, String checkName, String message, Exception cause, ReportItem.ReportItemStatus status)
ReportItem instance.certificate - X509Certificate processing which report item occurredcheckName - String, which represents a check name during which report item occurredmessage - String with the exact report item messagecause - Exception, which caused this report itemstatus - ReportItemStatus report item status that determines validation resultpublic X509Certificate getCertificate()
X509Certificate related to this report item.public String toString()
toString in class ReportItemCopyright © 1998–2025 Apryse Group NV. All rights reserved.