com.sap.security.core.server.securestorage
Class SecureStorageImplMessage

com.sap.security.core.server.securestorage.SecureStorageImplMessage

public class SecureStorageImplMessage


Field Summary
static java.lang.String BUNDLE
           
static com.sap.security.core.server.securestorage.Msg1 ID0301_ERROR_CREATE_KEYSTOREVIEW
          An error occurred while creating the Keystore view {0}.
static com.sap.security.core.server.securestorage.Msg1 ID0302_ERROR_ACCESSING_KEYSTORE
          An error occurred while accessing to the Key Store of the J2EE Engine.
static com.sap.security.core.server.securestorage.Msg1 ID0311_ERROR_CREATE_CONFIGURATION
          An error occurred while creating Configurations in Configuration Adapter.
static com.sap.security.core.server.securestorage.Msg1 ID0320_ERROR_CREATE_SECRET_KEY
          SAP Java Crypto Lib was found.
static com.sap.security.core.server.securestorage.Msg1 ID0321_ERROR_CREATE_SECRET_KEY
          An error occurred while generating secret key.
static com.sap.security.core.server.securestorage.Msg1 ID0322_ERROR_STORE_SECRET_KEY
          An error occurred while storing secret key.
static com.sap.security.core.server.securestorage.Msg1 ID0331_ERROR_GRANT_PERMISSIONS
          An error occurred while granting permissions.
static java.lang.String PREFIX_IN_BUNDLE
           
static java.lang.String PREFIX_IN_OUTPUT
           
 
Constructor Summary
SecureStorageImplMessage(com.sap.security.core.server.securestorage.BaseMsg baseMsg, java.lang.Object[] args)
           
 

Field Detail

BUNDLE

public static final java.lang.String BUNDLE

PREFIX_IN_BUNDLE

public static final java.lang.String PREFIX_IN_BUNDLE

PREFIX_IN_OUTPUT

public static final java.lang.String PREFIX_IN_OUTPUT

ID0301_ERROR_CREATE_KEYSTOREVIEW

public static final com.sap.security.core.server.securestorage.Msg1 ID0301_ERROR_CREATE_KEYSTOREVIEW
An error occurred while creating the Keystore view {0}.

ID0302_ERROR_ACCESSING_KEYSTORE

public static final com.sap.security.core.server.securestorage.Msg1 ID0302_ERROR_ACCESSING_KEYSTORE
An error occurred while accessing to the Key Store of the J2EE Engine. The error was {1}.

ID0311_ERROR_CREATE_CONFIGURATION

public static final com.sap.security.core.server.securestorage.Msg1 ID0311_ERROR_CREATE_CONFIGURATION
An error occurred while creating Configurations in Configuration Adapter. The error was {0}.

ID0320_ERROR_CREATE_SECRET_KEY

public static final com.sap.security.core.server.securestorage.Msg1 ID0320_ERROR_CREATE_SECRET_KEY
SAP Java Crypto Lib was found. SecureStorage use strong encryption

ID0321_ERROR_CREATE_SECRET_KEY

public static final com.sap.security.core.server.securestorage.Msg1 ID0321_ERROR_CREATE_SECRET_KEY
An error occurred while generating secret key. The error was {0}.

ID0322_ERROR_STORE_SECRET_KEY

public static final com.sap.security.core.server.securestorage.Msg1 ID0322_ERROR_STORE_SECRET_KEY
An error occurred while storing secret key. The error was {0}.

ID0331_ERROR_GRANT_PERMISSIONS

public static final com.sap.security.core.server.securestorage.Msg1 ID0331_ERROR_GRANT_PERMISSIONS
An error occurred while granting permissions. The error was {0}.
Constructor Detail

SecureStorageImplMessage

public SecureStorageImplMessage(com.sap.security.core.server.securestorage.BaseMsg baseMsg,
                                java.lang.Object[] args)