| Package | Description |
|---|---|
| com.itextpdf.signatures.validation.v1.report |
| Modifier and Type | Method and Description |
|---|---|
ReportItem.ReportItemStatus |
ReportItem.getStatus()
Get report item status that determines validation result this report item corresponds to.
|
static ReportItem.ReportItemStatus |
ReportItem.ReportItemStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportItem.ReportItemStatus[] |
ReportItem.ReportItemStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ReportItem |
ReportItem.setStatus(ReportItem.ReportItemStatus status)
Set report item status that determines validation result this report item corresponds to.
|
| 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. |
ReportItem(String checkName,
String message,
Exception cause,
ReportItem.ReportItemStatus status)
Create
ReportItem instance. |
ReportItem(String checkName,
String message,
ReportItem.ReportItemStatus status)
Create
ReportItem instance. |
Copyright © 1998–2024 Apryse Group NV. All rights reserved.