org.eparapher.core.signature
Class CMSSigner

java.lang.Object
  extended by org.eparapher.core.signature.CMSSigner

public class CMSSigner
extends Object

inspired from : http://p2p.wrox.com/book-beginning-cryptography-java/61612-bouncycastle-multiple-signatures.html http://www.codefund.com/71/verify-p7s-false-710519.shtm

Author:
Arnault MICHEL

Constructor Summary
CMSSigner()
           
 
Method Summary
 String sign(String original_file, CMSSignatureParameters cmssignparams)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMSSigner

public CMSSigner()
Method Detail

sign

public String sign(String original_file,
                   CMSSignatureParameters cmssignparams)


Copyright © 2009 eParapher Software Foundation. All Rights Reserved.