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

/openjdk9/jdk/test/javax/crypto/EncryptedPrivateKeyInfo/
H A DGetKeySpecException.java48 private static AlgorithmParameters BAD_PARAMS; field in class:GetKeySpecException
56 BAD_PARAMS = AlgorithmParameters.getInstance(cipherAlg, sunjce);
57 BAD_PARAMS.init(badParamSpec);
68 BAD_PARAMS = null;
111 if ((GOOD_PARAMS == null) || (BAD_PARAMS == null)) {
124 new EncryptedPrivateKeyInfo(BAD_PARAMS, encryptedData);

Completed in 34 milliseconds