decrypt

abstract fun decrypt(instance: String, sealed: ByteArray): ByteArray?

Decrypt sealed with instance's keys.

Return

clear text or null if decryption failed.