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