Entering content frame

Background documentation Interfaces and Classes for Using Secure Storage Locate the document in its SAP Library structure

The interfaces and classes for using secure storage are located in the following packages:

·        com.sap.security.core.server.securestorage

·        com.sap.security.core.server.securestorage.command

·        com.sap.security.core.server.securestorage.exception

·        com.sap.security.core.server.securestorage.gui

·        com.sap.security.core.server.securestorage.remote

The most important interfaces are the SecureStorageRuntimeInterface and the RemoteSecureStorageClientInterface. Use the SecureStorageRuntimeIinterface to obtain the secure storage context for your application and the RemoteSecureStorageClientInterface to perform the secure storage functions. The corresponding methods available include:

·        base64Decoding

·        base64Encoding

·        decrypt

·        deleteObject

·        encrypt

·        getObjectIDs

·        isSecure

·        retrieveBytes

·        retrieveObject

·        storeObject

For more information, see the JavaDocs for the corresponding interfaces and classes.

 

Leaving content frame