became ``` private val cipher: Cipher @Thr...
# tornadofx
r
became
Copy code
private val cipher: Cipher
        @Throws(NoSuchAlgorithmException::class, NoSuchProviderException::class, NoSuchPaddingException::class)
        get() = Cipher.getInstance("AES/CBC/PKCS5Padding", "SunJCE")