Uses of Class
de.trustable.ca3s.core.service.util.CRLUtil
-
Packages that use CRLUtil Package Description de.trustable.ca3s.core.schedule de.trustable.ca3s.core.service.util de.trustable.ca3s.core.web.rest.support -
-
Uses of CRLUtil in de.trustable.ca3s.core.schedule
Constructors in de.trustable.ca3s.core.schedule with parameters of type CRLUtil Constructor Description CertExpiryScheduler(int maxRecordsPerTransaction, CertificateRepository certificateRepo, CertificateUtil certUtil, AuditService auditService, CRLUtil crlUtil, PreferenceUtil preferenceUtil, NotificationService notificationService) -
Uses of CRLUtil in de.trustable.ca3s.core.service.util
Methods in de.trustable.ca3s.core.service.util with parameters of type CRLUtil Modifier and Type Method Description CRLUpdateInfoCertificateUtil. checkAllCRLsForCertificate(Certificate cert, X509Certificate x509Cert, CRLUtil crlUtil, HashSet<String> brokenCrlUrlList) -
Uses of CRLUtil in de.trustable.ca3s.core.web.rest.support
Constructors in de.trustable.ca3s.core.web.rest.support with parameters of type CRLUtil Constructor Description CertificateAdministration(CertificateRepository certificateRepository, CertificateAttributeRepository certificateAttributeRepository, BPMNUtil bpmnUtil, de.trustable.util.CryptoUtil cryptoUtil, CertificateUtil certUtil, CRLUtil crlUtil, UserRepository userRepository, CertExpiryScheduler certExpiryScheduler, NotificationService notificationService, AuditService auditService)
-