public final class TrustSignatureKey extends Object
Modifier and Type | Field and Description |
---|---|
static String |
KEY_ALIAS |
static String |
KEY_STORE_NAME |
static String |
PASSWORD_STORE_NAME |
Constructor and Description |
---|
TrustSignatureKey() |
Modifier and Type | Method and Description |
---|---|
static void |
initialize()
Initializes the private key with alias "trustcert" by loading it from the respective key store.
|
public static final String PASSWORD_STORE_NAME
public static final String KEY_STORE_NAME
public static final String KEY_ALIAS
public static void initialize()
Important: This method should be invoked at application startup from within the SCP provider account hosting the key store, e.g., using a startup EJB/component or a ServletContextListener. This is necessary since the key cannot be accessed from within the SCP consumer account due to the multi-tenancy behavior of the SCP key store service.
Copyright © 2018 SAP SE. All rights reserved.