org.eparapher.core.encryption
Class CMSEncryption

java.lang.Object
  extended by org.eparapher.core.encryption.CMSEncryption

public class CMSEncryption
extends Object


Constructor Summary
CMSEncryption()
           
 
Method Summary
 String encrypt(String original_file, CMSEncryptionParameters cmsencparams)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMSEncryption

public CMSEncryption()
Method Detail

encrypt

public String encrypt(String original_file,
                      CMSEncryptionParameters cmsencparams)
               throws FileNotFoundException,
                      IOException,
                      NoSuchAlgorithmException,
                      NoSuchProviderException,
                      org.bouncycastle.cms.CMSException
Throws:
FileNotFoundException
IOException
NoSuchAlgorithmException
NoSuchProviderException
org.bouncycastle.cms.CMSException


Copyright © 2009 eParapher Software Foundation. All Rights Reserved.