Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | SMIME Folder | Summary of Elements in this Folder | pub.smime.keystore:processEncryptedData
 
pub.smime.keystore:processEncryptedData
WmPublic. Decrypts an encrypted S/MIME message.
Input Parameters
SMimeEnvStream
java.io.InputStream The encrypted S/MIME stream.
keyStoreAlias
String Alias of the keystore containing the decryption key.
keyAlias
String Alias of the key used for decryption.
Output Parameters
mimeData
Document The decrypted MIME message.
contentDigest
String Message digest of the encrypted content, base64-encoded. (Some sites return this digest to the sender to acknowledge their receipt of the message.
encrypted
String Flag indicating whether the MIME entity passed in to the service was encrypted. A value of:
*True indicates that the MIME entity was encrypted.
*False indicates that the MIME entity was not encrypted.
signed
String Flag indicating whether the MIME entity passed in to the service was signed. A value of:
*True indicates that the MIME entity is signed.
*False indicates that the MIME entity is not signed.
certsOnly
String Flag indicating whether the MIME entity passed in to the service contained only digital certificates. A value of:
*True indicates that the MIME entity is a certs-only entity.
*False indicates that the MIME entity is not a certs-only entity.
stream
java.io.InputStream The decrypted MIME entity.
Usage Notes
This service supersedes pub.smime:processEncryptedData.
For information about using aliases for keystores, truststores, and private keys, see the section Keystores and Truststores in the webMethods Integration Server Administrator’s Guide .