Class CertificateSettingsBean

java.lang.Object
de.xima.fc.certificate.gui.internal.settings.CertificateSettingsBean
All Implemented Interfaces:
Serializable

@Named @ViewScoped public class CertificateSettingsBean extends Object implements Serializable
Bean for managing the system-wide certificate settings.
Since:
8.5.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

  • Method Details

    • getExpirationMonitorExecutionTimeTooltip

      public String getExpirationMonitorExecutionTimeTooltip(Locale locale)
    • getLastCertificateExpirationMonitorExecution

      public String getLastCertificateExpirationMonitorExecution()
    • isShowDsaSettings

      public boolean isShowDsaSettings()
    • isShowEcSettings

      public boolean isShowEcSettings()
    • isShowRsaSettings

      public boolean isShowRsaSettings()
    • resetCertificateCache

      public void resetCertificateCache()
    • saveCertificateSettings

      public boolean saveCertificateSettings()
    • getSupportedKeyAlgorithms

      public List<EKeyAlgorithm> getSupportedKeyAlgorithms()
    • getSupportedSignatureAlgorithmsRSA

      public List<ESignatureType> getSupportedSignatureAlgorithmsRSA()
    • getSupportedSignatureAlgorithmsDSA

      public List<ESignatureType> getSupportedSignatureAlgorithmsDSA()
    • getSupportedSignatureAlgorithmsEC

      public List<ESignatureType> getSupportedSignatureAlgorithmsEC()
    • getSupportedKeySizesRSA

      public List<Integer> getSupportedKeySizesRSA()
    • getSupportedKeySizesDSA

      public List<Integer> getSupportedKeySizesDSA()
    • getSupportedEcCurves

      public List<String> getSupportedEcCurves()
    • getCryptoSettings

      public CryptoSettings getCryptoSettings()
    • getCertificateExpirationMonitorTriggerTime

      public Date getCertificateExpirationMonitorTriggerTime()
    • setCertificateExpirationMonitorTriggerTime

      public void setCertificateExpirationMonitorTriggerTime(Date certificateExpirationMonitorTriggerTime)