ariba.util.core
Interface CryptoInterface
- All Known Implementing Classes:
- Crypto, NoCrypto
public interface CryptoInterface
encrypt
Object encrypt(Object target)
encrypt
Map encrypt(Map target)
encrypt
List encrypt(List target)
encrypt
String encrypt(String target)
decrypt
Object decrypt(Object target)
decrypt
Map decrypt(Map target)
decrypt
List decrypt(List target)
decrypt
String decrypt(String target)
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.