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

/openjdk9/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);
/openjdk9/jdk/test/com/sun/crypto/provider/Cipher/PBE/
H A DTestCipherPBECons.java50 Provider sunjce = Security.getProvider("SunJCE");
52 if (!test.runAll(sunjce, System.out)) {
H A DTestCipherKeyWrapperPBEKey.java82 Provider sunjce = Security.getProvider("SunJCE");
84 if (!test.runAll(sunjce, System.out)) {
H A DPBESealedObject.java81 Provider sunjce = Security.getProvider("SunJCE");
83 if (!test.runAll(sunjce, System.out)) {

Completed in 41 milliseconds