pub.smime:createCertsOnlyData
WmPublic. Generates a PKCS #7 certs-only S/MIME entity from an array of certificates.
This service can be used to develop mechanisms for transmitting certificates and certificate chains to other parties.
Input Parameters
certificates | byte[ ][ ] The certificates that are to be encapsulated within the S/MIME entity. Each byte[ ] represents a single certificate. |
Output Parameters
SMimeEnvStream | java.io.InputStream S/MIME entity. |
Usage Notes
For general information about MIME messages and using the MIME services, see the MIME-S/MIME Developer’s Guide.