com.ibm.di.security.pkcs7
Class PKCS7DecryptMessage

java.lang.Object
  extended by com.ibm.di.security.pkcs7.PKCS7DecryptMessage

public class PKCS7DecryptMessage
extends Object


Constructor Summary
PKCS7DecryptMessage(String pkcs7KeyStorePath, String pkcs7KeyStorePass, String myCertAlias)
           
 
Method Summary
 String decrypt(String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PKCS7DecryptMessage

public PKCS7DecryptMessage(String pkcs7KeyStorePath,
                           String pkcs7KeyStorePass,
                           String myCertAlias)
                    throws Exception
Throws:
Exception
Method Detail

decrypt

public String decrypt(String message)
               throws Exception
Throws:
Exception