public static class SignedMailValidator.ValidationResult
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.security.cert.CertPath |
getCertPath() |
org.bouncycastle.pkix.jcajce.PKIXCertPathReviewer |
getCertPathReview() |
java.util.List |
getErrors()
Returns a list of error messages of type
ErrorBundle . |
java.util.List |
getNotifications()
Returns a list of notification messages of type
ErrorBundle . |
java.util.List |
getUserProvidedCerts() |
boolean |
isValidSignature() |
boolean |
isVerifiedSignature() |
public java.util.List getErrors()
ErrorBundle
.public java.util.List getNotifications()
ErrorBundle
.public org.bouncycastle.pkix.jcajce.PKIXCertPathReviewer getCertPathReview()
public java.security.cert.CertPath getCertPath()
public java.util.List getUserProvidedCerts()
public boolean isVerifiedSignature()
public boolean isValidSignature()