Copyright © 2002 SAP AG. All Rights Reserved.

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

java.lang.Object
  |
  +--com.sap.localization.LocalizableTextFormatter
        |
        +--com.sap.security.core.server.util0.IDMessage
              |
              +--com.sap.security.core.server.securestorage.SecureStorageImplMessage
All Implemented Interfaces:
com.sap.localization.Localizable, com.sap.localization.LocalizableText, java.io.Serializable

public class SecureStorageImplMessage
extends com.sap.security.core.server.util0.IDMessage

See Also:
Serialized Form

Inner classes inherited from class com.sap.security.core.server.util0.IDMessage
com.sap.security.core.server.util0.IDMessage.BaseMsg, com.sap.security.core.server.util0.IDMessage.Msg0, com.sap.security.core.server.util0.IDMessage.Msg1, com.sap.security.core.server.util0.IDMessage.Msg2, com.sap.security.core.server.util0.IDMessage.Msg3, com.sap.security.core.server.util0.IDMessage.Msg4
 
Inner classes inherited from class com.sap.localization.LocalizableText
com.sap.localization.LocalizableText.Key0, com.sap.localization.LocalizableText.Key1, com.sap.localization.LocalizableText.Key2, com.sap.localization.LocalizableText.Key3, com.sap.localization.LocalizableText.Key4, com.sap.localization.LocalizableText.Key5, com.sap.localization.LocalizableText.Key6, com.sap.localization.LocalizableText.Msg
 
Field Summary
static java.lang.String BUNDLE
           
static com.sap.security.core.server.util0.IDMessage.Msg1 ID0301_ERROR_CREATE_KEYSTOREVIEW
          An error occurred while creating the Keystore view {0}.
static com.sap.security.core.server.util0.IDMessage.Msg1 ID0302_ERROR_ACCESSING_KEYSTORE
          An error occurred while accessing to the Key Store of the J2EE Engine.
static com.sap.security.core.server.util0.IDMessage.Msg1 ID0311_ERROR_CREATE_CONFIGURATION
          An error occurred while creating Configurations in Configuration Adapter.
static com.sap.security.core.server.util0.IDMessage.Msg1 ID0320_ERROR_CREATE_SECRET_KEY
          SAP Java Crypto Lib was found.
static com.sap.security.core.server.util0.IDMessage.Msg1 ID0321_ERROR_CREATE_SECRET_KEY
          An error occurred while generating secret key.
static com.sap.security.core.server.util0.IDMessage.Msg1 ID0322_ERROR_STORE_SECRET_KEY
          An error occurred while storing secret key.
static com.sap.security.core.server.util0.IDMessage.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
           
 
Fields inherited from class com.sap.security.core.server.util0.IDMessage
PROPERTY_BUNDLE_ERROR_BEHAVIOR, PROPERTY_BUNDLE_ERROR_GENERATE, PROPERTY_BUNDLE_ERROR_IGNORE
 
Fields inherited from interface com.sap.localization.Localizable
defaultLocale
 
Constructor Summary
SecureStorageImplMessage(com.sap.security.core.server.util0.IDMessage.BaseMsg baseMsg, java.lang.Object[] args)
           
 
Methods inherited from class com.sap.security.core.server.util0.IDMessage
checkConsistency, format, formatNonLocalized, getBaseMsg, getPrefixInBundle, getPrefixInOutput, log
 
Methods inherited from class com.sap.localization.LocalizableTextFormatter
clearCache, clearLocalizableTextFormatter, createKey0, createKey1, createKey2, createKey3, createKey4, createKey5, createKey6, finallyLocalize, finallyLocalize, finallyLocalize, finallyLocalize, format, format, format, formatString, formatString, formatString, formatString, formatString, getApplicationName, getArguments, getCacheEntry, getLocale, getPatternKey, getResourceAccessor, getResourceBundleName, getTimeZone, isCacheSetting, isFinallySetting, isLocalFormat, setApplicationName, setArguments, setCacheSetting, setLocale, setLocalFormat, setPatternKey, setResourceAccessor, setTimeZone, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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.util0.IDMessage.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.util0.IDMessage.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.util0.IDMessage.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.util0.IDMessage.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.util0.IDMessage.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.util0.IDMessage.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.util0.IDMessage.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.util0.IDMessage.BaseMsg baseMsg,
                                java.lang.Object[] args)

Copyright © 2002 SAP AG. All Rights Reserved.