Class KeystoreAdministrationBean
java.lang.Object
de.xima.fc.certificate.gui.internal.administration.KeystoreAdministrationBean
- All Implemented Interfaces:
Serializable
Bean for handling the administration of keystores and their entries.
- Since:
- 8.5.0
- Author:
- XIMA Media GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionKeystoreAdministrationBean(SessionUserManager userManager, ViewContextBean viewContextBean, LocaleBean localeBean, ICertificateLocalizer localizer, KeyStoreManagementService keyStoreManagementService, CertificateManagementService certificateManagementService, CryptoSettingsService cryptoSettingsService, CertificateExportBean certificateExportBean) -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteKeystore(Long keystoreId) voiddeleteKeystoreEntry(IKeystoreEntryViewModel keystoreEntry) booleanfilterUsage(List<KeystoreEntryUsageViewModel> value, String filter, Locale locale) org.primefaces.model.StreamedContentgetCsrDownload(IKeystoreEntryViewModel keystoreEntry) getKeystoreEntrySimpleDownloadLabel(IKeystoreEntryViewModel keystoreEntry) booleanvoidopenCertificateExportDialog(IKeystoreEntryViewModel keyStoreEntry) int
-
Constructor Details
-
KeystoreAdministrationBean
@Inject public KeystoreAdministrationBean(SessionUserManager userManager, ViewContextBean viewContextBean, LocaleBean localeBean, ICertificateLocalizer localizer, KeyStoreManagementService keyStoreManagementService, CertificateManagementService certificateManagementService, CryptoSettingsService cryptoSettingsService, CertificateExportBean certificateExportBean)
-
-
Method Details
-
deleteKeystore
-
deleteKeystoreEntry
-
filterUsage
-
getCsrDownload
-
getKeystoreEntries
-
getKeystoreEntrySimpleDownloadLabel
-
getKeystoreEntryTraitOptions
-
isCertificate
-
openCertificateExportDialog
-
sortUsage
-
getKeyStoreScope
-