Searched refs:sunjce (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/javax/crypto/EncryptedPrivateKeyInfo/
H A DGetKeySpecException.java45 private static Provider sunjce = null; field in class:GetKeySpecException
53 sunjce = Security.getProvider("SunJCE");
56 BAD_PARAMS = AlgorithmParameters.getInstance(cipherAlg, sunjce);
60 GOOD_PARAMS = AlgorithmParameters.getInstance(cipherAlg, sunjce);
203 Security.addProvider(sunjce);
208 pkcs8Spec = epki.getKeySpec(null, sunjce);
220 pkcs8Spec = epki.getKeySpec(INVALID_KEY, sunjce);
226 pkcs8Spec = epkiBad.getKeySpec(cipherKey, sunjce);

Completed in 1018 milliseconds