decrypt

fun decrypt(ciphertext: ByteArray, secretArmored: ByteArray, passphrase: CharArray): DecryptResult

Decrypts ciphertext using the given secret key ring and passphrase.