Uses of Class
com.viglet.turing.system.security.TurSecretCryptoService
Packages that use TurSecretCryptoService
Package
Description
-
Uses of TurSecretCryptoService in com.viglet.turing.api.llm
Constructors in com.viglet.turing.api.llm with parameters of type TurSecretCryptoServiceModifierConstructorDescriptionTurLLMInstanceAPI(TurLLMInstanceRepository turLLMInstanceRepository, TurLLMInstanceMapper turLLMInstanceMapper, TurSecretCryptoService turSecretCryptoService) -
Uses of TurSecretCryptoService in com.viglet.turing.api.llm.chat
Constructors in com.viglet.turing.api.llm.chat with parameters of type TurSecretCryptoServiceModifierConstructorDescriptionTurLLMChatAPI(TurLLMInstanceRepository turLLMInstanceRepository, TurGenAiLlmProviderFactory llmProviderFactory, TurSecretCryptoService turSecretCryptoService, TurWebCrawlerToolService webCrawlerToolService, TurWeatherToolService weatherToolService, TurFinanceToolService financeToolService, TurCodeInterpreterToolService codeInterpreterToolService, TurImageSearchToolService imageSearchToolService, TurDateTimeToolService dateTimeToolService, TurLLMTokenUsageService tokenUsageService) TurLLMSemanticChatAPI(TurLLMInstanceRepository turLLMInstanceRepository, TurGenAiLlmProviderFactory llmProviderFactory, TurSecretCryptoService turSecretCryptoService, TurSemanticNavToolService semanticNavToolService, TurLLMTokenUsageService tokenUsageService) -
Uses of TurSecretCryptoService in com.viglet.turing.api.store
Constructors in com.viglet.turing.api.store with parameters of type TurSecretCryptoServiceModifierConstructorDescriptionTurStoreInstanceAPI(TurStoreInstanceRepository turStoreInstanceRepository, TurStoreInstanceMapper turStoreInstanceMapper, TurSecretCryptoService turSecretCryptoService) -
Uses of TurSecretCryptoService in com.viglet.turing.genai
Constructors in com.viglet.turing.genai with parameters of type TurSecretCryptoServiceModifierConstructorDescriptionTurGenAiContextFactory(TurGenAiLlmProviderFactory llmProviderFactory, TurGenAiStoreProviderFactory storeProviderFactory, TurSecretCryptoService turSecretCryptoService)