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

/openjdk7/jdk/make/sun/security/
H A DMakefile48 PKCS11 = pkcs11 macro
51 PKCS11 = macro
69 SUBDIRS_misc = jgss $(PKCS11) $(JGSS_WRAPPER) $(MSCAPI) smartcardio
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java60 * This is the default implementation of the PKCS11 interface. IT connects to
70 public class PKCS11 { class
125 private static final Map<String,PKCS11> moduleMap =
126 new HashMap<String,PKCS11>();
136 PKCS11(String pkcs11ModulePath, String functionListName) throws IOException { method in class:PKCS11
141 public static synchronized PKCS11 getInstance(String pkcs11ModulePath, String functionList,
146 PKCS11 pkcs11 = moduleMap.get(pkcs11ModulePath);
150 pkcs11 = new PKCS11(pkcs11ModulePath, functionList);
196 // Implementation of PKCS11 methods delegated to native pkcs11wrapper library
1475 // PKCS11 subclas
[all...]

Completed in 43 milliseconds