SecretRepository
and it provides basic implementations for
SecretRepository.loadSecrets(org.wso2.carbon.secvault.model.SecretRepositoryConfiguration)
, SecretRepository.persistSecrets(org.wso2.carbon.secvault.model.SecretRepositoryConfiguration)
and SecretRepository.resolve(java.lang.String)
methods.SecretRepository
and get the cipherText
decrypted.SecretRepository
.SecretRepository
and get the plainText
encrypted.readMasterKeys
.SecretRepositoryConfiguration
, a MasterKeyReader
.MasterKey
s
provided in the masterKeys
list.SecureVaultException
represents exceptions happens in Secure Vault.Copyright © 2017 WSO2. All rights reserved.