Uses of Class
de.trustable.ca3s.core.security.provider.Ca3sTrustManager
-
Packages that use Ca3sTrustManager Package Description de.trustable.ca3s.core.service.adcs de.trustable.ca3s.core.service.cmp -
-
Uses of Ca3sTrustManager in de.trustable.ca3s.core.service.adcs
Constructors in de.trustable.ca3s.core.service.adcs with parameters of type Ca3sTrustManager 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 Ca3sTrustManager in de.trustable.ca3s.core.service.cmp
Constructors in de.trustable.ca3s.core.service.cmp with parameters of type Ca3sTrustManager Constructor Description RemoteConnector(org.springframework.core.env.Environment environment, Ca3sTrustManager ca3sTrustManager)
-