public interface BlobCrypter
String wrap(Map<String,String> in) throws BlobCrypterException
in - name/value pairs to encryptBlobCrypterException - when crypto errors occurMap<String,String> unwrap(String in) throws BlobCrypterException
in - blobBlobCrypterException - if the blob can't be decoded.Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.