Package org.bouncycastle.mail.smime.examples

Example code demonstrating the use of the S/MIME package for a variety of uses.

Class Summary

CreateCompressedMail a simple example that creates a single compressed mail message.
CreateEncryptedMail a simple example that creates a single encrypted mail message.
CreateLargeCompressedMail a simple example that creates a single compressed mail message using the large file model.
CreateLargeEncryptedMail a simple example that creates a single encrypted mail message.
CreateLargeSignedMail a simple example that creates a single signed mail message.
CreateSignedMail a simple example that creates a single signed mail message.
CreateSignedMultipartMail a simple example that creates a single signed multipart mail message.
ExampleUtils
ReadCompressedMail a simple example that reads a compressed email.
ReadEncryptedMail a simple example that reads an encrypted email.
ReadLargeCompressedMail a simple example that reads an oversize compressed email and writes data contained in the compressed part into a file.
ReadLargeEncryptedMail a simple example that reads an encrypted email using the large file model.
ReadLargeSignedMail a simple example that reads a basic SMIME signed mail file.
ReadSignedMail a simple example that reads a basic SMIME signed mail file.
SendSignedAndEncryptedMail Example that sends a signed and encrypted mail message.
Example code demonstrating the use of the S/MIME package for a variety of uses.