Package | Description |
---|---|
org.wso2.carbon.secvault | |
org.wso2.carbon.secvault.cipher | |
org.wso2.carbon.secvault.reader |
Modifier and Type | Method and Description |
---|---|
static MasterKey |
SecureVaultUtils.getSecret(List<MasterKey> masterKeys,
String secretName) |
Modifier and Type | Method and Description |
---|---|
static MasterKey |
SecureVaultUtils.getSecret(List<MasterKey> masterKeys,
String secretName) |
void |
MasterKeyReader.readMasterKeys(List<MasterKey> masterKeys)
An implementation of this method should populate the master key value of all the
MasterKey s
provided in the masterKeys list. |
Modifier and Type | Method and Description |
---|---|
void |
JKSBasedCipherProvider.init(SecretRepositoryConfiguration secretRepositoryConfiguration,
List<MasterKey> masterKeys) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultMasterKeyReader.readMasterKeys(List<MasterKey> masterKeys) |
Copyright © 2017 WSO2. All rights reserved.