wm.tn.mime:createCertsOnlyData
Generates a PKCS #7 certificate-only S/MIME entity from an array of specified certificates.
Use this service to develop mechanisms for transmitting certificates and certificate chains to other parties.
Input Parameters
certificates | Object [ ] A list (a one-dimensional array) of byte arrays containing the certificates to encapsulate within the S/MIME entity. |
Output Parameters
mimeData | Object A MIME object that contains the certificates only 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.