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

/openjdk7/jdk/test/java/security/Signature/
H A DNONEwithRSA.java27 * @summary ensure that the NONEwithRSA adapter works correctly
37 public class NONEwithRSA { class
49 Signature sig = Signature.getInstance("NONEwithRSA");
68 sig = Signature.getInstance("NONEwithRSA", "SunJCE");
70 sig = Signature.getInstance("NONEwithRSA", Security.getProvider("SunJCE"));
74 Signature.getInstance("NONEwithRSA", "SUN");

Completed in 29 milliseconds