package test.pkg;

import javax.crypto.Cipher;

public class CipherGetInstanceDES {
  private void foo() throws Exception {
    Cipher.getInstance("DES");
  }
}