|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.component.payment.BaseEncryptionStrategy
com.retek.component.payment.DESEncryptionStrategy
An encryption strategy implementation that uses the Java Cryptography Standard Extenstion implementation of the DES algorithm to return base 64 encoded encrypted representations of credit card information.
Retek Inc. Copyright (c) 2003
Field Summary |
---|
Fields inherited from class com.retek.component.payment.BaseEncryptionStrategy |
---|
cipher, keyBytes |
Constructor Summary | |
---|---|
DESEncryptionStrategy()
|
Method Summary | |
---|---|
java.lang.String |
decrypt(java.lang.String encryptedText)
|
java.lang.String |
encrypt(java.lang.String clearText)
|
Methods inherited from class com.retek.component.payment.BaseEncryptionStrategy |
---|
getCipher, getKey, setKey |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.retek.component.payment.EncryptionStrategy |
---|
getKey, setKey |
Constructor Detail |
public DESEncryptionStrategy() throws SystemException
Method Detail |
public java.lang.String encrypt(java.lang.String clearText) throws SystemException
encrypt
in interface EncryptionStrategy
SystemException
public java.lang.String decrypt(java.lang.String encryptedText) throws SystemException
decrypt
in interface EncryptionStrategy
SystemException
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |