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. |
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. |