jaugment2.mail
Class SMIMEtest

java.lang.Object
  |
  +--jaugment2.mail.SMIMEtest

public class SMIMEtest
extends java.lang.Object

testcoce for S/MIME-support using the openssl command-line app.


Constructor Summary
SMIMEtest()
           
 
Method Summary
 byte[] sign(byte[] msg, byte[] pwd)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

SMIMEtest

public SMIMEtest()
Method Detail

sign

public byte[] sign(byte[] msg,
                   byte[] pwd)