Uses of Class
de.xima.fc.certificate.mgmt.CronTriggerInfoDto
Packages that use CronTriggerInfoDto
Package
Description
-
Uses of CronTriggerInfoDto in de.xima.fc.certificate.mgmt
Methods in de.xima.fc.certificate.mgmt that return CronTriggerInfoDtoModifier and TypeMethodDescriptionCryptoSettings.getCertificateExpirationJobTrigger()Information about the cron job that checks for certificate expirations.Methods in de.xima.fc.certificate.mgmt with parameters of type CronTriggerInfoDtoModifier and TypeMethodDescriptionvoidCryptoSettings.setCertificateExpirationJobTrigger(CronTriggerInfoDto certificateExpirationJobTrigger) Information about the cron job that checks for certificate expirations.Constructors in de.xima.fc.certificate.mgmt with parameters of type CronTriggerInfoDtoModifierConstructorDescriptionCryptoSettings(boolean failCertificateUpdateOnSubjectMissmatch, boolean failCertificateUpdateOnCertificateUsageMissmatch, int nearExpirationDays, EKeyAlgorithm defaultKeyAlgorithm, int defaultKeySizeRSA, int defaultKeySizeDSA, String defaultEcCurve, ESignatureType defaultSignatureAlgorithmRSA, ESignatureType defaultSignatureAlgorithmDSA, ESignatureType defaultSignatureAlgorithmEC, CronTriggerInfoDto certificateExpirationJobTrigger) Creates a newCryptoSettingsinstance. -
Uses of CronTriggerInfoDto in de.xima.fc.certificate.ms.impl.mapper
Methods in de.xima.fc.certificate.ms.impl.mapper with parameters of type CronTriggerInfoDtoModifier and TypeMethodDescriptionCryptoSettingsMapper.toSettings(CryptoSpec cryptoSpec, CronTriggerInfoDto cronTriggerInfoDto) CryptoSettingsMapperImpl.toSettings(CryptoSpec cryptoSpec, CronTriggerInfoDto cronTriggerInfoDto) -
Uses of CronTriggerInfoDto in de.xima.fc.certificate.ms.impl.scheduling
Methods in de.xima.fc.certificate.ms.impl.scheduling that return CronTriggerInfoDtoModifier and TypeMethodDescriptionCertificateMonitorJobManager.getTriggerInfo()CronTriggerDtoMapper.toDto(org.quartz.Trigger trigger) CronTriggerDtoMapperImpl.toDto(org.quartz.Trigger trigger)