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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSecmod.java39 * The Secmod class defines the interface to the native NSS
45 * Secmod secmod = Secmod.getInstance();
58 public final class Secmod { class
62 private final static Secmod INSTANCE;
66 INSTANCE = new Secmod();
88 private Secmod() { method in class:Secmod
93 * Return the singleton Secmod instance.
95 public static Secmod getInstance() {
114 * Test whether this Secmod ha
[all...]

Completed in 254 milliseconds