com.retek.component.security.impl.remote
Interface EncryptionServicesLocal

All Superinterfaces:
DefaultSessionLocal, javax.ejb.EJBLocalObject

public interface EncryptionServicesLocal
extends DefaultSessionLocal

Local interface for com.retek.component.security.impl.remote.EncryptionServices.


Method Summary
 void generateNewCreditCardKeyPair()
           
 java.security.PrivateKey getPrivateKey(java.lang.String keyId)
           
 boolean isEncrypting()
           
 
Methods inherited from interface com.retek.commons.domain.core.impl.remote.DefaultSessionLocal
getLocal, getLocalHome, getRemote, getRemoteHome
 
Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove
 

Method Detail

generateNewCreditCardKeyPair

public void generateNewCreditCardKeyPair()
                                  throws SystemException
Throws:
SystemException

getPrivateKey

public java.security.PrivateKey getPrivateKey(java.lang.String keyId)
                                       throws SystemException
Throws:
SystemException

isEncrypting

public boolean isEncrypting()


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28