ariba.util.core
Class NoCrypto
java.lang.Object
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.
NoCrypto
public NoCrypto()
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.