Package chapter9

Examples showing the use of Cryptographic Message Syntax (CMS) and Secure MIME (S/MIME).

See:
          Description

Class Summary
CMSProcessableFile CMSProcessable that handles File objects.
CompressedDataExample Basic use of CMS compressed-data.
CompressedMailExample a simple example that creates and processes an compressed mail message.
EncapsulatedSignedDataExample  
EnvelopedMailExample a simple example that creates and processes an enveloped mail message.
EnvelopedSignedMailExample a simple example that creates and processes an enveloped signed mail message.
KEKEnvelopedDataExample Demonstrate creation and processing a key-encrypted key enveloped-message.
KeyTransEnvelopedDataExample Demonstrate creation and processing a public key recipient enveloped-message.
KeyTransEnvelopedDataWithCertMatchExample Demonstrate creation and processing a public key recipient enveloped-message with matching of the RID to a certificate to make sure we have the right recipient.
SignedDataExample Example of generating a detached signature.
SignedDataProcessor Base class for signed examples.
SignedMailExample a simple example that creates and processes a signed mail message.
SignedMultiPartMailExample a simple example that creates and processes a signed mail message with multi-part contents.
Utils Chapter 9 Utils
 

Package chapter9 Description

Examples showing the use of Cryptographic Message Syntax (CMS) and Secure MIME (S/MIME).



Examples from "Beginning Cryptography with Java"