Uses of Class
de.trustable.ca3s.core.service.util.CertificateUtil
-
-
Uses of CertificateUtil in de.trustable.ca3s.core.repository
Constructors in de.trustable.ca3s.core.repository with parameters of type CertificateUtil Constructor Description CertificateViewRepository(javax.persistence.EntityManager entityManager, CertificateSelectionUtil certificateSelectionAttributeList, CertificateRepository certificateRepository, CRLExpirationNotificationRepository crlExpirationNotificationRepository, UserRepository userRepository, ProtectedContentUtil protectedContentUtil, AuditTraceRepository auditTraceRepository, CertificateUtil certificateUtil, String certificateStoreIsolation) -
Uses of CertificateUtil in de.trustable.ca3s.core.schedule
Constructors in de.trustable.ca3s.core.schedule with parameters of type CertificateUtil Constructor Description CertBundleScheduler(CAConnectorConfigRepository caConfigRepo, CaConnectorAdapter caConnAd, CertificateUtil certUtil, CertificateRepository certificateRepository, TimedRenewalCertMapHolder timedRenewalCertMapHolder, KeyUtil keyUtil, String dnSuffix, String sans, String persist)CertExpiryScheduler(int maxRecordsPerTransaction, CertificateRepository certificateRepo, CertificateUtil certUtil, AuditService auditService, CRLUtil crlUtil, PreferenceUtil preferenceUtil, NotificationService notificationService)SchemaUpdateScheduler(int maxRecordsPerTransaction, CertificateRepository certificateRepo, CertificateUtil certUtil, CSRRepository csrRepository, CsrAttributeRepository csrAttributeRepository, CSRUtil csrUtil, AcmeOrderRepository acmeOrderRepository, AcmeAccountRepository acmeAccountRepository, PipelineRepository pipelineRepository, AuditService auditService, AuditTraceRepository auditServiceRepository) -
Uses of CertificateUtil in de.trustable.ca3s.core.security.provider
Constructors in de.trustable.ca3s.core.security.provider with parameters of type CertificateUtil Constructor Description Ca3sBundleFactory(CAConnectorConfig caConfigDao, CaConnectorAdapter cacAdapt, CertificateUtil certUtil, CertificateRepository certificateRepository, KeyUtil keyUtil, String dnSuffix, String sans, String persist)Ca3sTrustManager(CertificateRepository certificateRepository, CryptoService cryptoUtil, CertificateUtil certUtil, AuditService auditService) -
Uses of CertificateUtil in de.trustable.ca3s.core.service
Constructors in de.trustable.ca3s.core.service with parameters of type CertificateUtil Constructor Description NotificationService(CertificateRepository certificateRepo, CSRRepository csrRepo, UserRepository userRepository, PipelineUtil pipelineUtil, CertificateUtil certificateUtil, MailService mailService, AuditService auditService, int nDaysExpiryEE, int nDaysExpiryCA, int nDaysPending, String notificationDays, String notificationARAAttributesString, boolean notifyUserOnly, boolean notifyRAOfficerHolderOnExpiry, boolean notifyRequestorOnExpiry, boolean notifyCerificateRevoked, boolean notifyUserCerificateRejected, boolean notifyUserCerificateIssued, boolean notifyRAOfficerOnRequest, boolean notifyRAOfficerOnUserRevocation, boolean notifyRequestorOnExcessiveActiveCertificates) -
Uses of CertificateUtil in de.trustable.ca3s.core.service.adcs
Constructors in de.trustable.ca3s.core.service.adcs with parameters of type CertificateUtil Constructor Description ADCSConnector(CryptoService cryptoUtil, CertificateUtil certUtil, Ca3sTrustManager ca3sTrustManager, CSRRepository csrRepository, CSRUtil csrUtil, CertificateRepository certificateRepository, ProtectedContentUtil protUtil, AuditService auditService, String ca3sSalt, int iterations, String apiKeySalt, int apiKeyIterations, String pbeAlgo)Adapter class to connect to an ADCS server using the parameter given in a CaConnectorConfig -
Uses of CertificateUtil in de.trustable.ca3s.core.service.cmp
Constructors in de.trustable.ca3s.core.service.cmp with parameters of type CertificateUtil Constructor Description CaCmpConnector(RemoteConnector remoteConnector, de.trustable.util.CryptoUtil cryptoUtil, CertificateUtil certUtil, CSRUtil csrUtil, ProtectedContentUtil protUtil, CertificateRepository certificateRepository, CaConnectorConfigUtil caConnectorConfigUtil, CertificateUtil certificateUtil)VerifyingKeystoreSigner(KeyStore ks, String ksAlias, String ksSecret, boolean ignoreFailedVerification, CertificateUtil certificateUtil) -
Uses of CertificateUtil in de.trustable.ca3s.core.service.ejbca
Constructors in de.trustable.ca3s.core.service.ejbca with parameters of type CertificateUtil Constructor Description EjbcaConnector(X509TrustManager ca3sTrustManager, CertificateUtil certUtil) -
Uses of CertificateUtil in de.trustable.ca3s.core.service.impl
Constructors in de.trustable.ca3s.core.service.impl with parameters of type CertificateUtil Constructor Description CRLExpirationNotificationServiceImpl(CRLExpirationNotificationRepository cRLExpirationNotificationRepository, CertificateRepository certificateRepository, CertificateUtil certUtil) -
Uses of CertificateUtil in de.trustable.ca3s.core.service.util
Constructors in de.trustable.ca3s.core.service.util with parameters of type CertificateUtil Constructor Description BPMNUtil(ConfigUtil configUtil, CaConnectorAdapter caConnAdapter, CAConnectorConfigRepository caConnConRepo, de.trustable.util.CryptoUtil cryptoUtil, org.camunda.bpm.engine.RuntimeService runtimeService, org.camunda.bpm.engine.RepositoryService repoService, org.camunda.bpm.engine.HistoryService historyService, BPMNProcessInfoRepository bpnmInfoRepo, CSRRepository csrRepository, CertificateRepository certRepository, CertificateUtil certUtil, NameAndRoleUtil nameAndRoleUtil, AuditService auditService, BPMNAsyncUtil bpmnAsyncUtil, boolean useDefaultProcess)PipelineUtil(CertificateRepository certRepository, CSRRepository csrRepository, CAConnectorConfigRepository caConnRepository, PipelineRepository pipelineRepository, PipelineAttributeRepository pipelineAttRepository, BPMNProcessInfoRepository bpmnPIRepository, ProtectedContentRepository protectedContentRepository, ProtectedContentUtil protectedContentUtil, PreferenceUtil preferenceUtil, CertificateUtil certUtil, AlgorithmRestrictionUtil algorithmRestrictionUtil, ConfigUtil configUtil, AuditService auditService, AuditTraceRepository auditTraceRepository, TenantRepository tenantRepository, RequestProxyConfigRepository requestProxyConfigRepository, String defaultKeySpec) -
Uses of CertificateUtil in de.trustable.ca3s.core.service.vault
Constructors in de.trustable.ca3s.core.service.vault with parameters of type CertificateUtil Constructor Description VaultPKIConnector(CSRUtil csrUtil, CertificateUtil certUtil, ProtectedContentUtil protUtil, CertificateRepository certificateRepository) -
Uses of CertificateUtil in de.trustable.ca3s.core.web.rest.acme
Constructors in de.trustable.ca3s.core.web.rest.acme with parameters of type CertificateUtil Constructor Description AcmeCertificateController(CertificateRepository certificateRepository, CSRRepository csrRepository, CertificateUtil certificateUtil, AcmeOrderRepository acmeOrderRepository, BPMNUtil bpmnUtil, CertificateUtil certUtil, boolean certificateLocationBackwardCompat)OrderController(AcmeOrderRepository orderRepository, CSRRepository csrRepository, JwtUtil jwtUtil, de.trustable.util.CryptoUtil cryptoUtil, CertificateUtil certUtil, CertificateProcessingUtil cpUtil, PipelineUtil pipelineUtil, AuditService auditService, boolean finalizeLocationBackwardCompat, boolean iterateAuthenticationsOnGet, int rateSec, int rateMin, int rateHour, ReplacementCandidateUtil replacementCandidateUtil, CertificateAsyncUtil certificateAsyncUtil) -
Uses of CertificateUtil in de.trustable.ca3s.core.web.rest.support
Constructors in de.trustable.ca3s.core.web.rest.support with parameters of type CertificateUtil 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)CertificateDownloadController(CryptoConfiguration cryptoConfiguration, CertificateRepository certificateRepository, CertificateUtil certUtil, ProtectedContentUtil protContentUtil, UserUtil userUtil, AuditService auditService, String certificateStoreIsolation, boolean pkcs12LogDownload)ClientAuthController(CertificateUtil certificateUtil, TokenProvider tokenProvider, UserUtil userUtil)ContentUploadProcessor(de.trustable.util.CryptoUtil cryptoUtil, ProtectedContentUtil protUtil, CertificateUtil certUtil, CSRUtil csrUtil, CSRRepository csrRepository, CertificateRepository certificateRepository, UserUtil userUtil, PipelineRepository pipelineRepository, PipelineUtil pipelineUtil, PreferenceUtil preferenceUtil, CertificateProcessingUtil cpUtil, NotificationService notificationService, BadKeysService badKeysService, AuditService auditService, String pkcs12SecretRegexp)CSRContentProcessor(de.trustable.util.CryptoUtil cryptoUtil, CSRRepository csrRepository, CertificateRepository certificateRepository, CertificateUtil certUtil, AlgorithmRestrictionUtil algorithmRestrictionUtil, PipelineRepository pipelineRepository, PipelineUtil pvUtil, BadKeysService badKeysService, ReplacementCandidateUtil replacementCandidateUtil, boolean findReplacementCandidates)
-