Element | Description |
Adds a body part (header fields and content) to a specified MIME object. | |
Adds one or more header fields to a specified MIME object. | |
Generates a PKCS #7 certificate-only S/MIME entity from an array of specified certificates. | |
Encrypts the contents of a MIME message. | |
Parses a MIME message, creates a multipart mime message, or creates a single part mime message. | |
Digitally signs a MIME message, and then encrypts it. | |
Digitally signs a MIME message. | |
Retrieves the content (payload) from the specified MIME object. | |
Retrieves the headers from the specified body part of the specified MIME object. | |
Retrieves the value of the Content-Type message header from the specified MIME object. | |
Retrieves the message digest that the
wm.tn.mime:writeToStream service computed. | |
Retrieves the list of message headers from a specified MIME object. | |
Retrieves the number of body parts in the specified MIME object. | |
Retrieves the Content-Type parameters for the given MIME object. | |
Retrieves the top-level portion (primary type) of a MIME object's Content-Type header value. | |
Retrieves an InputStream that implements the javax.mail.internet.SharedInputStream interface. | |
Retrieves the size of this MIME object in bytes. | |
Retrieves the sub-type portion of a MIME object's Content-Type header value. | |
Extracts the certificates from a PKCS #7 certificate-only S/MIME entity. | |
Decrypts the specified encrypted MIME object and returns the decrypted MIME message. | |
Processes a signed MIME object. | |
Removes a specific mime header from the specified MIME object. | |
Resets all headers on this MIME object and optionally adds new headers. | |
Sets the digest algorithm that you want the
wm.tn.mime:writeToStream service to use to compute a message digest for the specified MIME object when it writes the MIME object to a stream. | |
Creates a PKCS7 SignedData object. | |
Processes a digital signature to make sure that the specified data has not been changed. | |
Writes the specified MIME object to a stream, and optionally allows you to create a message digest. |