Interface SecureVaultService
- All Known Implementing Classes:
GoogleCloudSecretManagerService
public interface SecureVaultService
Interface for Secure Vault Services
-
Method Summary
Modifier and TypeMethodDescriptiongetSecretForKey
(String key) getSecretsForKeys
(List<String> keys)
-
Method Details
-
getSecretsForKeys
- Throws:
IOException
-
getSecretForKey
- Throws:
IOException
-