| 
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.beasys.commerce.foundation.SessionImpl
com.beasys.commerce.ebusiness.security.EncryptorImpl
public class EncryptorImpl
The EncryptorImpl is the implementation used by the Encryptor service.
 
 
 Encryption does not require that the server be in a consistent state. This ensures that
 data gets encrypted and stored and in turn orders go through by default.
 
 
Encryptor, 
EncryptorHome, 
Serialized Form| Field Summary | 
|---|
| Fields inherited from class com.beasys.commerce.foundation.SessionImpl | 
|---|
_ctx, _environmentNamingContext, _environmentPropertyCache, _isDirty | 
| Constructor Summary | |
|---|---|
EncryptorImpl()
Deprecated See BEA Commerce product offering  | 
|
| Method Summary | |
|---|---|
 void | 
ejbActivate()
Deprecated See BEA Commerce product offering  | 
 void | 
ejbCreate()
Deprecated See BEA Commerce product offering  | 
 void | 
ejbPassivate()
Deprecated See BEA Commerce product offering  | 
 void | 
ejbPostCreate()
Deprecated See BEA Commerce product offering  | 
 void | 
ejbRemove()
Deprecated See BEA Commerce product offering  | 
 String | 
encrypt(String dataToEncrypt)
Deprecated See BEA Commerce product offering  | 
 void | 
setSessionContext(javax.ejb.SessionContext ctx)
Deprecated See BEA Commerce product offering  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public EncryptorImpl()
| Method Detail | 
|---|
public void ejbCreate()
               throws javax.ejb.CreateException
SessionImpl
ejbCreate in class SessionImpljavax.ejb.CreateException
public void ejbPostCreate()
                   throws javax.ejb.CreateException
SessionImpl
ejbPostCreate in class SessionImpljavax.ejb.CreateException
public void ejbActivate()
                 throws javax.ejb.EJBException
SessionImpl
ejbActivate in interface javax.ejb.SessionBeanejbActivate in class SessionImpljavax.ejb.EJBException
public void ejbPassivate()
                  throws javax.ejb.EJBException
SessionImpl
ejbPassivate in interface javax.ejb.SessionBeanejbPassivate in class SessionImpljavax.ejb.EJBException
public void ejbRemove()
               throws javax.ejb.EJBException
SessionImpl
ejbRemove in interface javax.ejb.SessionBeanejbRemove in class SessionImpljavax.ejb.EJBException
public void setSessionContext(javax.ejb.SessionContext ctx)
                       throws javax.ejb.EJBException
SessionImpl
setSessionContext in interface javax.ejb.SessionBeansetSessionContext in class SessionImpljavax.ejb.EJBException
public String encrypt(String dataToEncrypt)
               throws InconsistentStateException
dataToEncrypt - The plain text that needs to be encrypted.
InconsistentStateException - if the server is not initialized with decryption password.
  | 
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||