Class CryptoImportGuiUtil
java.lang.Object
de.xima.fc.certificate.gui.internal.importing.CryptoImportGuiUtil
Utility class for handling the results of crypto file imports in the GUI.
- Since:
- 8.5.0
- Author:
- Norman Lorenz
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidhandleImportResult(FileImportResult importResult, ICertificateLocalizer localizer, Locale locale) Handles the result of a file import operation by displaying appropriate messages based on the import results.
-
Method Details
-
handleImportResult
public static void handleImportResult(FileImportResult importResult, ICertificateLocalizer localizer, Locale locale) Handles the result of a file import operation by displaying appropriate messages based on the import results.- Parameters:
importResult- The result of the file import operation.localizer- The localizer for retrieving localized messages.locale- The locale to use for localization.
-