Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.security.secret |
Modifier and Type | Method and Description |
---|---|
KeyStore |
AbstractSecretStoreFacade.getKeyStore(String name,
SecretStore password)
Retrieves a
KeyStore by its name. |
static KeyStore |
SecretStoreAccessor.getKeyStore(String name,
SecretStore password)
Retrieves a
KeyStore by its name. |
KeyStore |
SecretStoreFacade.getKeyStore(String name,
SecretStore password)
Retrieves a
KeyStore by its name. |
static Optional<KeyStore> |
SecretStoreAccessor.getKeyStoreIfPresent(String name,
SecretStore password)
Retrieves a
KeyStore by its name, if present. |
Optional<KeyStore> |
SecretStoreFacade.getKeyStoreIfPresent(String name,
SecretStore password)
Retrieves a
KeyStore by its name, if present. |
Optional<KeyStore> |
ScpNeoSecretStoreFacade.getKeyStoreIfPresent(String name,
SecretStore password)
Retrieves a
KeyStore by its name, if present. |
Copyright © 2018 SAP SE. All rights reserved.