org.kuali.common.util.enc
Class NoOpEncryptionService
java.lang.Object
org.kuali.common.util.enc.NoOpEncryptionService
- All Implemented Interfaces:
- EncryptionService
public final class NoOpEncryptionService
- extends Object
- implements EncryptionService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final NoOpEncryptionService INSTANCE
encrypt
public String encrypt(String string)
- Specified by:
encrypt
in interface EncryptionService
decrypt
public String decrypt(String string)
- Specified by:
decrypt
in interface EncryptionService
decrypt
public void decrypt(Properties properties)
- Specified by:
decrypt
in interface EncryptionService
encrypt
public void encrypt(Properties properties)
- Specified by:
encrypt
in interface EncryptionService
Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.