Class X509CertificateReviewer.Finding

java.lang.Object
org.bouncycastle.cert.X509CertificateReviewer.Finding
Enclosing class:
X509CertificateReviewer

public static class X509CertificateReviewer.Finding extends Object
A single problem found during review.
  • Method Details

    • getSeverity

      public X509CertificateReviewer.Severity getSeverity()
      Returns:
      ERROR or WARNING.
    • getLocation

      public String getLocation()
      Returns:
      where in the structure the problem was found, e.g. "tbsCertificate".
    • getMessage

      public String getMessage()
      Returns:
      the problem text - the wording of the strict decoder's own exception where the finding came from one.
    • getCause

      public Throwable getCause()
      Returns:
      the exception the finding was derived from, or null.
    • toString

      public String toString()
      Overrides:
      toString in class Object