public interface SecretStore
This secret is then used to access a key in the KeyStore.
| Modifier and Type | Method and Description |
|---|---|
char[] |
getSecret()
The secret char sequence stored in this
SecretStore. |
@Nonnull char[] getSecret() throws SecretStoreAccessException
SecretStore.SecretStoreAccessException - If there is an issue while accessing the secret.Copyright © 2021 SAP SE. All rights reserved.