public interface ICrypto
Object
decrypt(byte[] byteArray)
byte[]
encrypt(Object o)
byte[] encrypt(Object o) throws CryptoException
CryptoException
Object decrypt(byte[] byteArray) throws CryptoException
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.