ariba.util.core
Class NoCrypto

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

public class NoCrypto
extends java.lang.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
 java.util.List decrypt(java.util.List target)
           
 java.util.Map decrypt(java.util.Map target)
           
 java.lang.Object decrypt(java.lang.Object target)
           
 java.lang.String decrypt(java.lang.String target)
           
 java.util.List encrypt(java.util.List target)
           
 java.util.Map encrypt(java.util.Map target)
           
 java.lang.Object encrypt(java.lang.Object target)
           
 java.lang.String encrypt(java.lang.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 java.lang.Object encrypt(java.lang.Object target)
Specified by:
encrypt in interface CryptoInterface

encrypt

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

encrypt

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

encrypt

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

decrypt

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

decrypt

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

decrypt

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

decrypt

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


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