Package | Description |
---|---|
org.bouncycastle.i18n | |
org.bouncycastle.x509 |
Classes for supporting the generation of X.509 certificates and X.509 attribute certificates.
|
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.
|
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 © 2018 BouncyCastle.org. All rights reserved.