envStream | java.io.InputStream MIME message that you want to sign (for example, the output produced by
pub.mime:getEnvelopeStream). |
keyStoreAlias | String Alias of the keystore. |
keyAlias | String Alias of the private key of interest in the keystore. |
explicit | String Optional. Flag indicating whether an implicit or explicit signature is generated. Set to: True to generate an explicit (detached) signature. This is the default. False to generate an implicit signature. |
SMimeEnvStream | java.io.InputStream The signed MIME stream. |