org.kuali.common.util.enc
Class NoOpEncryptionService

java.lang.Object
  extended by org.kuali.common.util.enc.NoOpEncryptionService
All Implemented Interfaces:
EncryptionService

public final class NoOpEncryptionService
extends Object
implements EncryptionService


Field Summary
static NoOpEncryptionService INSTANCE
           
 
Method Summary
 void decrypt(Properties properties)
           
 String decrypt(String string)
           
 void encrypt(Properties properties)
           
 String encrypt(String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final NoOpEncryptionService INSTANCE
Method Detail

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.