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, int maxAgeSec) throws BlobCrypterException
in - blobmaxAgeSec - maximum age for the blobBlobExpiredException - if the blob is too old to be accepted.BlobCrypterException - if the blob can't be decoded.Copyright © 2007-2012. All Rights Reserved.