Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail/src/main/javadoc/org/spongycastle/mail/smime/package.html')
-rw-r--r--mail/src/main/javadoc/org/spongycastle/mail/smime/package.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/src/main/javadoc/org/spongycastle/mail/smime/package.html b/mail/src/main/javadoc/org/spongycastle/mail/smime/package.html
new file mode 100644
index 00000000..deb20339
--- /dev/null
+++ b/mail/src/main/javadoc/org/spongycastle/mail/smime/package.html
@@ -0,0 +1,11 @@
+<html>
+<body bgcolor="#ffffff">
+High level classes for dealing with S/MIME objects (RFC 3851).
+<p>
+There is one thing that is worth commenting about with these. If you're using
+AS2 on some other standard which specifies a different default content transfer encoding from RFC 2405, make
+sure you use the constructors on SMIMESigned and SMIMESignedGenerator that allow you to
+set the default ("binary" in the case of AS2 as opposed to "bit7" which is the default).
+</p>
+</body>
+</html>