Author: rdonkin
Date: Tue Apr 22 13:07:24 2008
New Revision: 650632

URL: http://svn.apache.org/viewvc?rev=650632&view=rev
Log:
Added information about crytographic mailets shipped

Modified:
    james/mailet/crypto/trunk/src/site/xdoc/index.xml

Modified: james/mailet/crypto/trunk/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/james/mailet/crypto/trunk/src/site/xdoc/index.xml?rev=650632&r1=650631&r2=650632&view=diff
==============================================================================
--- james/mailet/crypto/trunk/src/site/xdoc/index.xml (original)
+++ james/mailet/crypto/trunk/src/site/xdoc/index.xml Tue Apr 22 13:07:24 2008
@@ -24,7 +24,32 @@
   </properties>
   <body>
     <section name="Crytography Mailets">
-      <p>Mailets which encode, decode, sign and verify mail.</p>
-    </section>
+       <p>Mailets which encode, decode, sign and verify mail plus cryptology 
utilities.</p>
+    </section>
+    <section name='S/MIME Mailets'>
+       <p><acronym title='Secure / Multipurpose Internet Mail 
Extensions'>S/MIME</acronym> provides
+       cryptographic services for <acronym title='Multipurpose Internet Mail 
Extensions'>
+       <a 
href='http://james.apache.org/server/rfclist/basic/rfc2045.txt'>MIME</a></acronym>
 messages.
+       These services include public key digital signature and encryption. 
+       Authentication is certificate based and so uses a hierarchical trust 
model. 
+       </p><p>
+       SMIME is standardised by the 
+       <acronym title='Internet Engineering Task Force'>
+       <a href='http://www.imc.org/ietf-smime/index.html'>IEFT</a></acronym>.
+       </p>
+       <p>
+       JAMES provides:
+       </p>
+       <ul>
+               <li><a 
href='apidocs/org/apache/james/transport/mailets/smime/SMIMEDecrypt.html'>SMIMECheckSignature</a>
 
+               Verifies the S/MIME signature of a message. The s/mime signing 
ensure that the 
+               private key owner is the real sender of the message.</li>
+               <li><a 
href='apidocs/org/apache/james/transport/mailets/smime/SMIMEDecrypt.html'>SMIMEDecrypt</a>
+               Decrypts a S/MIME encrypted message.</li>
+               <li><a 
href='apidocs/org/apache/james/transport/mailets/smime/SMIMESign.html'>SMIMESign</a>
+               Puts a server-side SMIME signature on a message.
+               </li>
+       </ul>
+    </section>
   </body>
 </document>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to