this method ``` private Cipher getCipher() throws ...
# tornadofx
r
this method
Copy code
private Cipher getCipher() throws NoSuchAlgorithmException, NoSuchProviderException, NoSuchPaddingException {
        return Cipher.getInstance("AES/CBC/PKCS5Padding", "SunJCE");
    }