Class CertificateSettingsBean
java.lang.Object
de.xima.fc.certificate.gui.internal.settings.CertificateSettingsBean
- All Implemented Interfaces:
Serializable
Bean for managing the system-wide certificate settings.
- Since:
- 8.5.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCertificateSettingsBean(SessionUserManager userManager, CryptoSettingsService cryptoSettingsService, EventBus eventBus, ICertificateLocalizer localizer, LocaleBean localeBean) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanvoidbooleanvoidsetCertificateExpirationMonitorTriggerTime(Date certificateExpirationMonitorTriggerTime)
-
Constructor Details
-
CertificateSettingsBean
@Inject public CertificateSettingsBean(SessionUserManager userManager, CryptoSettingsService cryptoSettingsService, EventBus eventBus, ICertificateLocalizer localizer, LocaleBean localeBean) throws FcCertificateManagementException - Throws:
FcCertificateManagementException
-
CertificateSettingsBean
protected CertificateSettingsBean()
-
-
Method Details
-
getExpirationMonitorExecutionTimeTooltip
-
getLastCertificateExpirationMonitorExecution
-
isShowDsaSettings
public boolean isShowDsaSettings() -
isShowEcSettings
public boolean isShowEcSettings() -
isShowRsaSettings
public boolean isShowRsaSettings() -
resetCertificateCache
public void resetCertificateCache() -
saveCertificateSettings
public boolean saveCertificateSettings() -
getSupportedKeyAlgorithms
-
getSupportedSignatureAlgorithmsRSA
-
getSupportedSignatureAlgorithmsDSA
-
getSupportedSignatureAlgorithmsEC
-
getSupportedKeySizesRSA
-
getSupportedKeySizesDSA
-
getSupportedEcCurves
-
getCryptoSettings
-
getCertificateExpirationMonitorTriggerTime
-
setCertificateExpirationMonitorTriggerTime
public void setCertificateExpirationMonitorTriggerTime(Date certificateExpirationMonitorTriggerTime)
-