Package | Description |
---|---|
old.org.bouncycastle.i18n | |
old.org.bouncycastle.mail.smime.validator | |
old.org.bouncycastle.x509 |
Modifier and Type | Field and Description |
---|---|
protected ErrorBundle |
LocalizedException.message |
Modifier and Type | Method and Description |
---|---|
ErrorBundle |
LocalizedException.getErrorMessage()
Returns the localized error message of the exception.
|
Constructor and Description |
---|
LocalizedException(ErrorBundle message)
Constructs a new LocalizedException with the specified localized message.
|
LocalizedException(ErrorBundle message,
Throwable throwable)
Constructs a new LocalizedException with the specified localized message and cause.
|
Constructor and Description |
---|
SignedMailValidatorException(ErrorBundle errorMessage) |
SignedMailValidatorException(ErrorBundle errorMessage,
Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
protected void |
PKIXCertPathReviewer.addError(ErrorBundle msg) |
protected void |
PKIXCertPathReviewer.addError(ErrorBundle msg,
int index) |
protected void |
PKIXCertPathReviewer.addNotification(ErrorBundle msg) |
protected void |
PKIXCertPathReviewer.addNotification(ErrorBundle msg,
int index) |
Constructor and Description |
---|
CertPathReviewerException(ErrorBundle errorMessage) |
CertPathReviewerException(ErrorBundle errorMessage,
CertPath certPath,
int index) |
CertPathReviewerException(ErrorBundle errorMessage,
Throwable throwable) |
CertPathReviewerException(ErrorBundle errorMessage,
Throwable throwable,
CertPath certPath,
int index) |
Copyright © 2015. All rights reserved.