Copyright © 2002 SAP AG. All Rights Reserved.

Uses of Class
com.sap.security.core.server.securestorage.SecureStorageObject

Packages that use SecureStorageObject
com.sap.security.core.server.securestorage.remote   
 

Uses of SecureStorageObject in com.sap.security.core.server.securestorage.remote
 

Methods in com.sap.security.core.server.securestorage.remote that return SecureStorageObject
 SecureStorageObject RemoteSecureStorageClientContextInterface.encrypt(java.io.Serializable objectToEncrypt)
           
 SecureStorageObject RemoteSecureStorageClientContextImpl.encrypt(java.io.Serializable objectToEncrypt)
          Encrypts the given object and returns a SecureStorageObject
 SecureStorageObject[] RemoteSecureStorageClientContextImpl.reEncrypt(SecureStorageObject[] objectsToReEncrypt)
          Re-encrypts an array of already encrypted SecureStorageObjects with the latest key
 

Methods in com.sap.security.core.server.securestorage.remote with parameters of type SecureStorageObject
 java.lang.Object RemoteSecureStorageClientContextInterface.decrypt(SecureStorageObject objectToDecrypt)
           
 SecureStorageObject[] RemoteSecureStorageClientContextImpl.reEncrypt(SecureStorageObject[] objectsToReEncrypt)
          Re-encrypts an array of already encrypted SecureStorageObjects with the latest key
 java.lang.Object RemoteSecureStorageClientContextImpl.decrypt(SecureStorageObject objectToDecrypt)
          Decrypts a given SecureStorageObject and returns the original object
 byte[] RemoteSecureStorageClientContextImpl.decryptReturnBytes(SecureStorageObject objectToDecrypt)
           
 


Copyright © 2002 SAP AG. All Rights Reserved.