blob: cb663c89ade5a0e8cfdb40c22951f957832ae99f [file] [log] [blame]
package test.pkg;
import javax.crypto.Cipher;
public class CipherGetInstanceAESCBC {
private void foo() throws Exception {
Cipher.getInstance("AES/CBC/NoPadding");
}
}