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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java136 PKCS11(String pkcs11ModulePath, String functionListName) throws IOException { argument
137 connect(pkcs11ModulePath, functionListName);
180 private native void connect(String pkcs11ModulePath, String functionListName) throws IOException; argument
1479 SynchronizedPKCS11(String pkcs11ModulePath, String functionListName) throws IOException { argument
1480 super(pkcs11ModulePath, functionListName);

Completed in 25 milliseconds