com.retek.component.payment
Class NoOpEncryptionStrategy
java.lang.Object
com.retek.component.payment.BaseEncryptionStrategy
com.retek.component.payment.NoOpEncryptionStrategy
- All Implemented Interfaces:
- EncryptionStrategy, java.io.Serializable
- public class NoOpEncryptionStrategy
- extends BaseEncryptionStrategy
- implements EncryptionStrategy
An encryption strategy that does not perform any encryption at all, but rather deals with
clear text values.
Retek Inc. Copyright (c) 2003
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
decrypt(java.lang.String encryptedText)
|
java.lang.String |
encrypt(java.lang.String clearText)
|
void |
setKey(java.lang.String stringKey)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoOpEncryptionStrategy
public NoOpEncryptionStrategy()
encrypt
public java.lang.String encrypt(java.lang.String clearText)
- Specified by:
encrypt
in interface EncryptionStrategy
decrypt
public java.lang.String decrypt(java.lang.String encryptedText)
- Specified by:
decrypt
in interface EncryptionStrategy
setKey
public void setKey(java.lang.String stringKey)
- Specified by:
setKey
in interface EncryptionStrategy
- Overrides:
setKey
in class BaseEncryptionStrategy
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28