SmimeEngine

S/MIME engine stub. All operations throw PgpException until CMS support is implemented.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun decrypt(ciphertext: ByteArray): ByteArray

Decrypts S/MIME ciphertext (not yet implemented).

Link copied to clipboard
fun encrypt(plaintext: ByteArray): ByteArray

Encrypts plaintext with S/MIME (not yet implemented).