Uses of Class
de.xima.fc.certificate.mgmt.io.FileImportResult
Packages that use FileImportResult
Package
Description
-
Uses of FileImportResult in de.xima.fc.certificate.gui.importing
Methods in de.xima.fc.certificate.gui.importing that return types with arguments of type FileImportResultModifier and TypeMethodDescriptionCryptoImportStartParams.getImportResultCallback()Optional.KeyStoreImportStartParams.getImportResultCallback()Optional.Method parameters in de.xima.fc.certificate.gui.importing with type arguments of type FileImportResultModifier and TypeMethodDescriptionCryptoImportStartParams.Builder.importResultCallback(Consumer<FileImportResult> importResultCallback) Optional.KeyStoreImportStartParams.Builder.importResultCallback(Consumer<FileImportResult> importResultCallback) Optional. -
Uses of FileImportResult in de.xima.fc.certificate.gui.internal.importing
Methods in de.xima.fc.certificate.gui.internal.importing that return FileImportResultMethods in de.xima.fc.certificate.gui.internal.importing with parameters of type FileImportResultModifier and TypeMethodDescriptionstatic voidCryptoImportGuiUtil.handleImportResult(FileImportResult importResult, ICertificateLocalizer localizer, Locale locale) Handles the result of a file import operation by displaying appropriate messages based on the import results. -
Uses of FileImportResult in de.xima.fc.certificate.gui.trust_prompt
Methods in de.xima.fc.certificate.gui.trust_prompt that return types with arguments of type FileImportResultModifier and TypeMethodDescriptionSocketConnectionTestParams.getImportResultCallback()Optional.SslConnectionTestParams.getImportResultCallback()Optional.Method parameters in de.xima.fc.certificate.gui.trust_prompt with type arguments of type FileImportResultModifier and TypeMethodDescriptionSocketConnectionTestParams.Builder.importResultCallback(Consumer<FileImportResult> importResultCallback) Optional.SslConnectionTestParams.Builder.importResultCallback(Consumer<FileImportResult> importResultCallback) Optional. -
Uses of FileImportResult in de.xima.fc.certificate.mgmt
Methods in de.xima.fc.certificate.mgmt that return FileImportResultModifier and TypeMethodDescriptionCertificateManagementService.importCryptographicCredentials(InputStream is, FileImportSpecification fileImportSpecification, KeyStoreSelector keyStoreSelector, CertificateManagementUser user) Universal method to import a file into the keystore.CertificateManagementService.importCryptographicCredentials(InputStream is, KeyStoreSelector keyStoreSelector, CertificateManagementUser user) Universal method to import a file into the keystore. -
Uses of FileImportResult in de.xima.fc.certificate.mgmt.internal
Methods in de.xima.fc.certificate.mgmt.internal that return FileImportResultModifier and TypeMethodDescriptionCertificateManagementServiceImpl.importCryptographicCredentials(InputStream is, FileImportSpecification fileImportSpecification, KeyStoreSelector keyStoreSelector, CertificateManagementUser user) CertificateManagementServiceImpl.importCryptographicCredentials(InputStream is, KeyStoreSelector keyStoreSelector, CertificateManagementUser user) -
Uses of FileImportResult in de.xima.fc.certificate.mgmt.internal.rpc
Methods in de.xima.fc.certificate.mgmt.internal.rpc that return FileImportResultModifier and TypeMethodDescriptionRpcCertificateManagementService.importCryptographicCredentials(SerializableInputStreamContainer is, FileImportSpecification fileImportSpecification, KeyStoreSelector keyStoreSelector, CertificateManagementUser user) Universal method to import a file into the keystore.RpcCertificateManagementService.importCryptographicCredentials(SerializableInputStreamContainer is, KeyStoreSelector keyStoreSelector, CertificateManagementUser user) Universal method to import a file into the keystore. -
Uses of FileImportResult in de.xima.fc.certificate.mgmt.io
Methods in de.xima.fc.certificate.mgmt.io that return FileImportResult