Class X509CertificateReviewer.Finding
java.lang.Object
org.bouncycastle.cert.X509CertificateReviewer.Finding
- Enclosing class:
X509CertificateReviewer
A single problem found during review.
-
Method Details
-
getSeverity
- Returns:
- ERROR or WARNING.
-
getLocation
- Returns:
- where in the structure the problem was found, e.g. "tbsCertificate".
-
getMessage
- Returns:
- the problem text - the wording of the strict decoder's own exception where the finding came from one.
-
getCause
- Returns:
- the exception the finding was derived from, or null.
-
toString
-