|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.component.security.impl.EncryptionManagerImpl
Field Summary |
Fields inherited from interface com.retek.component.security.EncryptionManager |
CREDIT_CARD_ALGORITHM, CREDIT_CARD_KEY_LENGTH, HASHING_ALGORITHM |
Method Summary | |
void |
clearCachedvalues()
|
EncryptedText |
encryptCreditCardInfo(java.lang.String cleartext)
|
java.lang.String |
generateHash(java.lang.String cleartext)
|
void |
generateNewCreditCardKeyPair()
|
static EncryptionManager |
getInstance()
|
boolean |
isEncrypting()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void clearCachedvalues()
public static EncryptionManager getInstance()
public EncryptedText encryptCreditCardInfo(java.lang.String cleartext) throws SystemException
encryptCreditCardInfo
in interface EncryptionManager
SystemException
public boolean isEncrypting() throws SystemException
isEncrypting
in interface EncryptionManager
SystemException
public void generateNewCreditCardKeyPair() throws SystemException
generateNewCreditCardKeyPair
in interface EncryptionManager
SystemException
public java.lang.String generateHash(java.lang.String cleartext) throws SystemException
generateHash
in interface EncryptionManager
SystemException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |