Uses of Class
org.bouncycastle.i18n.ErrorBundle
Packages that use ErrorBundle
-
Uses of ErrorBundle in org.bouncycastle.i18n
Fields in org.bouncycastle.i18n declared as ErrorBundleMethods in org.bouncycastle.i18n that return ErrorBundleModifier and TypeMethodDescriptionLocalizedException.getErrorMessage()Returns the localized error message of the exception.Constructors in org.bouncycastle.i18n with parameters of type ErrorBundleModifierConstructorDescriptionLocalizedException(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 ErrorBundleModifier and TypeMethodDescriptionprotected voidPKIXCertPathReviewer.addError(ErrorBundle msg) Deprecated.protected voidPKIXCertPathReviewer.addError(ErrorBundle msg, int index) Deprecated.protected voidPKIXCertPathReviewer.addNotification(ErrorBundle msg) Deprecated.protected voidPKIXCertPathReviewer.addNotification(ErrorBundle msg, int index) Deprecated.Constructors in org.bouncycastle.x509 with parameters of type ErrorBundleModifierConstructorDescriptionCertPathReviewerException(ErrorBundle errorMessage) CertPathReviewerException(ErrorBundle errorMessage, Throwable throwable) CertPathReviewerException(ErrorBundle errorMessage, Throwable throwable, CertPath certPath, int index) CertPathReviewerException(ErrorBundle errorMessage, CertPath certPath, int index)