Searched defs:SunJCE (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DSunJCE.java39 * The "SunJCE" Cryptographic Service Provider.
46 * Defines the "SunJCE" provider.
77 public final class SunJCE extends Provider { class in inherits:Provider
81 private static final String info = "SunJCE Provider " +
96 public SunJCE() { method in class:SunJCE
97 /* We are the "SunJCE" provider */
98 super("SunJCE", 1.7d, info);

Completed in 39 milliseconds