Uses of Class
de.trustable.ca3s.core.service.util.CryptoService
-
Packages that use CryptoService Package Description de.trustable.ca3s.core.security.provider de.trustable.ca3s.core.service.adcs de.trustable.ca3s.core.service.util -
-
Uses of CryptoService in de.trustable.ca3s.core.security.provider
Constructors in de.trustable.ca3s.core.security.provider with parameters of type CryptoService Constructor Description Ca3sTrustManager(CertificateRepository certificateRepository, CryptoService cryptoUtil, CertificateUtil certUtil, AuditService auditService) -
Uses of CryptoService in de.trustable.ca3s.core.service.adcs
Constructors in de.trustable.ca3s.core.service.adcs with parameters of type CryptoService 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 CryptoService in de.trustable.ca3s.core.service.util
Constructors in de.trustable.ca3s.core.service.util with parameters of type CryptoService Constructor Description CertificateUtil(CertificateRepository certificateRepository, CertificateAttributeRepository certificateAttributeRepository, CertificateCommentRepository certificateCommentRepository, ProtectedContentRepository protContentRepository, ProtectedContentUtil protUtil, PreferenceUtil preferenceUtil, CryptoService cryptoUtil, UserRepository userRepository, AcmeAccountRepository acmeAccountRepository, AuditService auditService, ReplacementCandidateUtil replacementCandidateUtil)
-