blob: 1577207927b7fda02eb0122117c0b12db365e979 [file] [log] [blame]
package test.pkg;
import javax.crypto.Cipher;
public class CipherGetInstanceAES {
private void foo() throws Exception {
Cipher.getInstance("AES");
}
}