public class SignedMailValidator.ValidationResult
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
java.security.cert.CertPath |
getCertPath() |
|
org.bouncycastle.x509.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.x509.PKIXCertPathReviewer getCertPathReview()
public java.security.cert.CertPath getCertPath()
public java.util.List getUserProvidedCerts()
public boolean isVerifiedSignature()
public boolean isValidSignature()