Copyright © 2002 SAP AG. All Rights Reserved.

Uses of Interface
com.sap.security.core.server.securestorage.SecureStorageRuntimeInterface

Packages that use SecureStorageRuntimeInterface
com.sap.security.core.server.securestorage   
com.sap.security.core.server.securestorage.command   
 

Uses of SecureStorageRuntimeInterface in com.sap.security.core.server.securestorage
 

Classes in com.sap.security.core.server.securestorage that implement SecureStorageRuntimeInterface
 class SecureStorageRuntimeInterfaceImpl
          To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates.
 

Uses of SecureStorageRuntimeInterface in com.sap.security.core.server.securestorage.command
 

Methods in com.sap.security.core.server.securestorage.command that return SecureStorageRuntimeInterface
protected  SecureStorageRuntimeInterface AbstractCommandSecureStorage.getSecureStorageRuntimeInterface()
          the SecureStorageRuntimeInterface object (given in the constructor)
 

Constructors in com.sap.security.core.server.securestorage.command with parameters of type SecureStorageRuntimeInterface
AbstractCommandSecureStorage(SecureStorageRuntimeInterface secureStorageRuntimeInterface)
           
GetKeysCommand(SecureStorageRuntimeInterface secureStorageRuntimeInterface)
           
GetClientCommand(SecureStorageRuntimeInterface secureStorageRuntimeInterface)
           
AddStringEntryCommand(SecureStorageRuntimeInterface secureStorageRuntimeInterface)
           
DeleteObjectCommand(SecureStorageRuntimeInterface secureStorageRuntimeInterface)
           
ReEncryptCommand(SecureStorageRuntimeInterface secureStorageRuntimeInterface)
           
GetObjectCommand(SecureStorageRuntimeInterface secureStorageRuntimeInterface)
           
GenerateSecretKeyCommand(SecureStorageRuntimeInterface secureStorageRuntimeInterface)
           
 


Copyright © 2002 SAP AG. All Rights Reserved.