ariba.util.core
Class NoCrypto

java.lang.Object
  extended by ariba.util.core.NoCrypto
All Implemented Interfaces:
CryptoInterface

public class NoCrypto
extends Object
implements CryptoInterface

Disclaimer. This is not production security! This is a weak attempt to thrawrt direct or accidental packet sniffing from obtaining cleartext passwords. Of course real encryption is the solution but at this moment is not achievable due to scheule constraints.


Constructor Summary
NoCrypto()
           
 
Method Summary
 List decrypt(List target)
           
 Map decrypt(Map target)
           
 Object decrypt(Object target)
           
 String decrypt(String target)
           
 List encrypt(List target)
           
 Map encrypt(Map target)
           
 Object encrypt(Object target)
           
 String encrypt(String target)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoCrypto

public NoCrypto()
Method Detail

encrypt

public Object encrypt(Object target)
Specified by:
encrypt in interface CryptoInterface

encrypt

public Map encrypt(Map target)
Specified by:
encrypt in interface CryptoInterface

encrypt

public List encrypt(List target)
Specified by:
encrypt in interface CryptoInterface

encrypt

public String encrypt(String target)
Specified by:
encrypt in interface CryptoInterface

decrypt

public Object decrypt(Object target)
Specified by:
decrypt in interface CryptoInterface

decrypt

public Map decrypt(Map target)
Specified by:
decrypt in interface CryptoInterface

decrypt

public List decrypt(List target)
Specified by:
decrypt in interface CryptoInterface

decrypt

public String decrypt(String target)
Specified by:
decrypt in interface CryptoInterface


AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.