com.atlassian.gadgets.renderer.internal
Class BlobCrypterImpl

java.lang.Object
  extended by com.atlassian.gadgets.renderer.internal.BlobCrypterImpl
All Implemented Interfaces:
org.apache.shindig.common.crypto.BlobCrypter

public class BlobCrypterImpl
extends Object
implements org.apache.shindig.common.crypto.BlobCrypter


Constructor Summary
BlobCrypterImpl(com.atlassian.sal.api.pluginsettings.PluginSettingsFactory factory, com.atlassian.sal.api.transaction.TransactionTemplate txTemplate)
          Constructor.
 
Method Summary
 Map<String,String> unwrap(String paramString, int paramInt)
           
 String wrap(Map<String,String> paramMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlobCrypterImpl

public BlobCrypterImpl(com.atlassian.sal.api.pluginsettings.PluginSettingsFactory factory,
                       com.atlassian.sal.api.transaction.TransactionTemplate txTemplate)
Constructor.

Parameters:
factory - the PluginSettingsFactory to use
txTemplate - the TransactionTemplate to use
Method Detail

unwrap

public Map<String,String> unwrap(String paramString,
                                 int paramInt)
                          throws org.apache.shindig.common.crypto.BlobCrypterException
Specified by:
unwrap in interface org.apache.shindig.common.crypto.BlobCrypter
Throws:
org.apache.shindig.common.crypto.BlobCrypterException

wrap

public String wrap(Map<String,String> paramMap)
            throws org.apache.shindig.common.crypto.BlobCrypterException
Specified by:
wrap in interface org.apache.shindig.common.crypto.BlobCrypter
Throws:
org.apache.shindig.common.crypto.BlobCrypterException


Copyright © 2009 Atlassian. All Rights Reserved.