Uses of Class
io.keyko.nevermined.manager.SecretStoreManager
-
Packages that use SecretStoreManager Package Description io.keyko.nevermined.api io.keyko.nevermined.api.helper io.keyko.nevermined.api.impl io.keyko.nevermined.manager io.keyko.nevermined.models -
-
Uses of SecretStoreManager in io.keyko.nevermined.api
Fields in io.keyko.nevermined.api declared as SecretStoreManager Modifier and Type Field Description private SecretStoreManagerNeverminedAPI. secretStoreManager -
Uses of SecretStoreManager in io.keyko.nevermined.api.helper
Methods in io.keyko.nevermined.api.helper that return SecretStoreManager Modifier and Type Method Description SecretStoreManagerInitializationHelper. getSecretStoreManager(com.oceanprotocol.secretstore.core.SecretStoreDto secretStoreDto, com.oceanprotocol.secretstore.core.EvmDto evmDto)Initialize an instance of SecretStoreManager -
Uses of SecretStoreManager in io.keyko.nevermined.api.impl
Fields in io.keyko.nevermined.api.impl declared as SecretStoreManager Modifier and Type Field Description private SecretStoreManagerSecretStoreImpl. secretStoreManagerConstructors in io.keyko.nevermined.api.impl with parameters of type SecretStoreManager Constructor Description SecretStoreImpl(SecretStoreManager secretStoreManager)Constructor -
Uses of SecretStoreManager in io.keyko.nevermined.manager
Fields in io.keyko.nevermined.manager declared as SecretStoreManager Modifier and Type Field Description private SecretStoreManagerBaseManager. secretStoreManagerMethods in io.keyko.nevermined.manager that return SecretStoreManager Modifier and Type Method Description static SecretStoreManagerSecretStoreManager. getInstance(com.oceanprotocol.secretstore.core.SecretStoreDto ssDto, com.oceanprotocol.secretstore.core.EvmDto evmDto)Gets an instance of the SecretStoreManagerprivate SecretStoreManagerBaseManager. getSecretStoreInstance(AuthorizationService authorizationService)SecretStoreManagerBaseManager. getSecretStoreManager()Get the SecretStoreManagerMethods in io.keyko.nevermined.manager with parameters of type SecretStoreManager Modifier and Type Method Description BaseManagerBaseManager. setSecretStoreManager(SecretStoreManager secretStoreManager)Set the SecretStoreManager -
Uses of SecretStoreManager in io.keyko.nevermined.models
Methods in io.keyko.nevermined.models with parameters of type SecretStoreManager Modifier and Type Method Description DDODDO. secretStoreLocalEncryptFiles(SecretStoreManager secretStoreManager, AuthConfig authConfig)
-