Uses of Class
org.bouncycastle.i18n.ErrorBundle
-
Packages that use ErrorBundle Package Description org.bouncycastle.i18n org.bouncycastle.x509 Classes for supporting the generation of X.509 certificates and X.509 attribute certificates. -
-
Uses of ErrorBundle in org.bouncycastle.i18n
Fields in org.bouncycastle.i18n declared as ErrorBundle Modifier and Type Field Description protected ErrorBundle
LocalizedException. message
Methods in org.bouncycastle.i18n that return ErrorBundle Modifier and Type Method Description ErrorBundle
LocalizedException. getErrorMessage()
Returns the localized error message of the exception.Constructors in org.bouncycastle.i18n with parameters of type ErrorBundle Constructor 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. -
Uses of ErrorBundle in org.bouncycastle.x509
Methods in org.bouncycastle.x509 with parameters of type ErrorBundle Modifier and Type Method 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)
Constructors in org.bouncycastle.x509 with parameters of type ErrorBundle Constructor Description CertPathReviewerException(ErrorBundle errorMessage)
CertPathReviewerException(ErrorBundle errorMessage, Throwable throwable)
CertPathReviewerException(ErrorBundle errorMessage, Throwable throwable, CertPath certPath, int index)
CertPathReviewerException(ErrorBundle errorMessage, CertPath certPath, int index)
-