Copyright © 2002 SAP AG. All Rights Reserved.

Uses of Class
com.sap.security.core.server.securestorage.exception.ObjectEncryptionException

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

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

Methods in com.sap.security.core.server.securestorage.remote that throw ObjectEncryptionException
 SecureStorageObject RemoteSecureStorageClientContextInterface.encrypt(java.io.Serializable objectToEncrypt)
           
 byte[] RemoteSecureStorageClientContextInterface.base64Encoding(java.io.Serializable objectToEncode)
           
 void RemoteSecureStorageAdministratorContextImpl.reEncryptAllCentralStoredObjects()
          Re-encrypts all central stored objects
 void RemoteSecureStorageAdministratorContextInterface.reEncryptAllCentralStoredObjects()
           
 SecureStorageObject RemoteSecureStorageClientContextImpl.encrypt(java.io.Serializable objectToEncrypt)
          Encrypts the given object and returns a SecureStorageObject
 byte[] RemoteSecureStorageClientContextImpl.base64Encoding(java.io.Serializable objectToEncode)
           
 SecureStorageObject[] RemoteSecureStorageClientContextImpl.reEncrypt(SecureStorageObject[] objectsToReEncrypt)
          Re-encrypts an array of already encrypted SecureStorageObjects with the latest key
 void RemoteSecureStorageAdministratorContextInterface_Stub.reEncryptAllCentralStoredObjects()
           
 


Copyright © 2002 SAP AG. All Rights Reserved.