Searched refs:PKCS11 (Results 1 - 7 of 7) sorted by relevance
/openjdk7/jdk/make/sun/security/ |
H A D | Makefile | 48 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 D | PKCS11.java | 60 * 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...] |
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/ |
H A D | P11RSACipher.java | 245 PKCS11 p11 = token.p11; 285 PKCS11 p11 = token.p11; 332 PKCS11 p11 = token.p11;
|
H A D | SunPKCS11.java | 67 // the PKCS11 object through which we make the native calls 68 final PKCS11 p11; 310 PKCS11 tmpPKCS11; 312 tmpPKCS11 = PKCS11.getInstance( 329 tmpPKCS11 = PKCS11.getInstance(library, 671 * PRF calculations. As of 2010, there is no PKCS11-level 678 * If we reused the names such as "SunTlsPrf", the PKCS11 685 * In the future, if PKCS11 support is added, we will restructure 886 putService(new P11Service(token, SR, "PKCS11", 891 putService(new P11Service(token, KS, "PKCS11", [all...] |
H A D | Token.java | 58 final PKCS11 p11;
|
H A D | Secmod.java | 51 * KeyStore ks = KeyStore.getInstance("PKCS11", p); 65 sun.security.pkcs11.wrapper.PKCS11.loadNative();
|
/openjdk7/jdk/make/sun/security/pkcs11/ |
H A D | Makefile | 129 sun/security/pkcs11/wrapper/PKCS11.java \ 212 # Currently no one is using any of the PKCS11 internals, so these files
|
Completed in 78 milliseconds