Class X509CertificateReviewer.Finding

  • Enclosing class:
    X509CertificateReviewer

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

      • getLocation

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

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

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object