blob: 5c1defe349273b2cba363dc0057cbcd9f9742ff2 [file] [log] [blame]
package test.pkg;
import javax.crypto.Cipher;
public class CipherGetInstanceDES {
private void foo() throws Exception {
Cipher.getInstance("DES");
}
}