public interface SecretStoreFacade
SecretStore
and KeyStore
classes.Modifier and Type | Method and Description |
---|---|
KeyStore |
getKeyStore(String name,
SecretStore password) |
SecretStore |
getSecretStore(String name) |
SecretStore getSecretStore(String name) throws SecretStoreNotFoundException, SecretStoreAccessException
name
- The name identifying a SecretStore
.SecretStore
for the given name.SecretStoreNotFoundException
- If the SecretStore
cannot be found.SecretStoreAccessException
- If there is an issue while accessing the SecretStore
.KeyStore getKeyStore(String name, SecretStore password) throws KeyStoreNotFoundException, KeyStoreAccessException
name
- The name identifying a KeyStore
.password
- The password to unlock the KeyStore
.KeyStore
for the given name.KeyStoreNotFoundException
- If the KeyStore
cannot be found.KeyStoreAccessException
- If there is an issue while accessing the KeyStore
.Copyright © 2018 SAP SE. All rights reserved.