org.gcube.portlets.user.homelibrary.util.encryption
Class EncryptionUtil

java.lang.Object
  extended by org.gcube.portlets.user.homelibrary.util.encryption.EncryptionUtil

public class EncryptionUtil
extends Object

Author:
gioia

Constructor Summary
EncryptionUtil()
           
 
Method Summary
 void decrypt(InputStream in, OutputStream out)
           
 void encrypt(InputStream in, OutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptionUtil

public EncryptionUtil()
               throws Exception
Throws:
Exception
Method Detail

encrypt

public void encrypt(InputStream in,
                    OutputStream out)
             throws Exception
Throws:
Exception

decrypt

public void decrypt(InputStream in,
                    OutputStream out)
             throws Exception
Throws:
Exception


Copyright © 2013. All Rights Reserved.