Trading Networks 10.3 | Administering and Monitoring B2B Transactions | Trading Networks Built-In Services Reference | Mime Folder | Summary of Elements in this Folder
 
Summary of Elements in this Folder
 
wm.tn.mime:addBodyPart
wm.tn.mime:addMimeHeader
wm.tn.mime:createCertsOnlyData
wm.tn.mime:createEncryptedData
wm.tn.mime:createMimeData
wm.tn.mime:createSignedAndEncryptedData
wm.tn.mime:createSignedData
wm.tn.mime:getBodyPartContent
wm.tn.mime:getBodyPartHeader
wm.tn.mime:getContentType
wm.tn.mime:getDigest
wm.tn.mime:getMimeHeader
wm.tn.mime:getNumParts
wm.tn.mime:getParameterList
wm.tn.mime:getPrimaryContentType
wm.tn.mime:getSharedInputStream
wm.tn.mime:getSize
wm.tn.mime:getSubContentType
wm.tn.mime:processCertsOnlyData
wm.tn.mime:processEncryptedData
wm.tn.mime:processSignedData
wm.tn.mime:removeHeader
wm.tn.mime:resetMimeHeader
wm.tn.mime:setDigestAlgorithm
wm.tn.mime:sign
wm.tn.mime:verify
wm.tn.mime:writeToStream
The following table describes the elements that are available in this folder:
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.