|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.webdocwf.util.smime.test.TestEncryptHtml
Tests enveloping process. Encrypted text/html message with or
withouth attachments can be sent by this test. This example is test for
composing of email message content by html code which is given from the file
system. To get help for this example type:
"java org.webdocwf.util.smime.test.TestEncryptHtml" in command line.
It is assumed that smime200tests.jar is in your classpath.
Parameters passed to example are:
<mailHost> <mailAddress> <cerFileName> <algorithmName>
[<attachment>]
<algorithmName> could be: RC240, RC264, RC2128, 3DES or 3DES
Note that for this example email address "FROM" is fixed to: "sender@seateam.co.yu".
You should change this values in source code of TestEncryptHtml.java in order
to use them with other "FROM" address.
Constructor Summary | |
TestEncryptHtml()
|
Method Summary | |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TestEncryptHtml()
Method Detail |
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |