|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.commons.domain.core.impl.remote.DefaultSessionEjb
com.retek.component.security.impl.remote.EncryptionServicesEjb
An EJB (stateless session) for accessing encryption details.
Nested Class Summary |
Nested classes inherited from class com.retek.commons.domain.core.impl.remote.DefaultSessionEjb |
DefaultSessionEjb.EjbOperation, DefaultSessionEjb.EjbOperationWithBusinessException |
Constructor Summary | |
EncryptionServicesEjb()
|
Method Summary | |
void |
ejbCreate()
|
void |
generateNewCreditCardKeyPair()
|
RetekPublicKey |
getCreditCardPublicKey()
|
java.security.PrivateKey |
getPrivateKey(java.lang.String keyId)
|
boolean |
isEncrypting()
|
Methods inherited from class com.retek.commons.domain.core.impl.remote.DefaultSessionEjb |
checkDtoVersion, ejbActivate, ejbPassivate, ejbRemove, getLocal, getLocalHome, getRemote, getRemoteHome, getSessionContext, setSessionContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EncryptionServicesEjb()
Method Detail |
public void ejbCreate()
public boolean isEncrypting()
public RetekPublicKey getCreditCardPublicKey() throws SystemException
SystemException
public java.security.PrivateKey getPrivateKey(java.lang.String keyId) throws SystemException
SystemException
public void generateNewCreditCardKeyPair() throws SystemException
SystemException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |