package javax.crypto.spec; public class SecretKeySpec { public SecretKeySpec(byte[] P, String alg) { } }