Package com.dstc.security.smime

This package defines classes and interfaces for S/MIME v3 as specified in IETF RFC 2633.

See:
          Description

Interface Summary
AddressMismatch An interface to represent a Warning generated from a mismatch between a sender e-mail address and address(es) in the sender certificate.
DecryptionResult An interface to represent the result of decrypting an S/MIME encrypted message.
VerificationResult An interface to represent the result of verifying an S/MIME signed message.
Warning An interface to represent abnormal (but non-fatal) conditions encountered during S/MIME signed message verification.
 

Class Summary
SMIMECipher A class for encrypting and decrypting MIME messages according to S/MIME v3.
SMIMESignature A class for signing or verifying MIME messages according to S/MIME v3.
SMIMEUtil A utility class for S/MIME message processing
 

Exception Summary
SMIMEException A generic S/MIME exception class
 

Package com.dstc.security.smime Description

This package defines classes and interfaces for S/MIME v3 as specified in IETF RFC 2633.

The main classes are SMIMESignature and SMIMECipher, to be used respectively for signing/verifying and encrypting/decrypting MIME messages secured according to RFC 2633.