| 
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Decryptor
The Decryptor is a Stateless Session EJB that provides decryption services.
 
 
 The decryptor needs that the implementation it uses to provide its services be in a 
 consistent state before it can provide decryption services. If decryption services are 
 requested of the Decryptor before the implementation is appropriately initialized,
 it throws an InconsistentStateException.
 
 
DecryptorHome, 
DecryptorImpl| Method Summary | |
|---|---|
 String | 
decrypt(String dataToDecrypt)
Deprecated See BEA Commerce product offering  | 
| Methods inherited from interface javax.ejb.EJBObject | 
|---|
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove | 
| Method Detail | 
|---|
String decrypt(String dataToDecrypt)
               throws RemoteException,
                      InconsistentStateException
dataToDecrypt - The encrypted string that needs to be decrypted.
InconsistentStateException - if the service implementation is not appropriately initialized.
RemoteException - if there is a remote error.
  | 
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||