B2B Integration : Trading Networks Built-In Services Reference : Mime Folder : Summary of Elements in this Folder : wm.tn.mime:createEncryptedData
wm.tn.mime:createEncryptedData
Encrypts the contents of a MIME message.
Input Parameters
mimeSrc
Object The MIME object to encrypt.
recipientCerts
Object [ ] The X.509 certificates to use to encrypt the data. The certificates should be the certificates of the recipients for whom you are encrypting this message. Each element in the Object[] should contain a certificate for a single recipient (in the form of a byte array).
Note:  
When you have multiple recipients, this service creates a single message that is encrypted for all recipients. It does not create a separate message for each recipient.
encryptionAlg
String The encryption algorithm to use. Specify one of the following values: TripleDES, DES, or RC2. The default is TripleDES.
keyLength
String The length of the encryption key for RC2 encryption. Specify one of the following values: 40, 64, or 128. The default is 128.
This service uses keyLength only if you specify RC2 for encryptionAlg.
Output Parameters
mimeData
Object A MIME object containing the encrypted message.
Usage Notes
This service is not compatible with the services in the pub.mime or pub.smime folders. Only use the output of this service with services in the wm.tn.mime folder.
Copyright © 2016- 2017 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback