Package org.bouncycastle.cert
Class X509CertificateReviewer.Finding
- java.lang.Object
-
- org.bouncycastle.cert.X509CertificateReviewer.Finding
-
- Enclosing class:
- X509CertificateReviewer
public static class X509CertificateReviewer.Finding extends java.lang.ObjectA single problem found during review.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ThrowablegetCause()java.lang.StringgetLocation()java.lang.StringgetMessage()X509CertificateReviewer.SeveritygetSeverity()java.lang.StringtoString()
-
-
-
Method Detail
-
getSeverity
public X509CertificateReviewer.Severity getSeverity()
- Returns:
- ERROR or WARNING.
-
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:
toStringin classjava.lang.Object
-
-