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

/openjdk7/jdk/test/java/security/Provider/
H A DSupportsParameter.java55 checkSupports(s, null, true);
56 checkSupports(s, dsaPublicKey, true);
57 checkSupports(s, dsaPrivateKey, true);
58 checkSupports(s, myPublicKey, true);
59 checkSupports(s, myPrivateKey, true);
60 checkSupports(s, mySecretKey, true);
64 checkSupports(s, dsaPublicKey, true);
65 checkSupports(s, dsaPrivateKey, true);
66 checkSupports(s, myPublicKey, false);
67 checkSupports(
98 private static void checkSupports(Service s, Key key, boolean r) throws Exception { method in class:SupportsParameter
[all...]

Completed in 28 milliseconds