public class SignedMailValidator.ValidationResult extends Object
Modifier and Type | Method and Description |
---|---|
CertPath |
getCertPath() |
PKIXCertPathReviewer |
getCertPathReview() |
List |
getErrors()
Returns a list of error messages of type
ErrorBundle . |
List |
getNotifications()
Returns a list of notification messages of type
ErrorBundle . |
List |
getUserProvidedCerts() |
boolean |
isValidSignature() |
boolean |
isVerifiedSignature() |
public List getErrors()
ErrorBundle
.public List getNotifications()
ErrorBundle
.public PKIXCertPathReviewer getCertPathReview()
public CertPath getCertPath()
public List getUserProvidedCerts()
public boolean isVerifiedSignature()
public boolean isValidSignature()
Copyright © 2015. All rights reserved.