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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java294 * C_GetMechanismList obtains a list of mechanism types
307 public native long[] C_GetMechanismList(long slotID) throws PKCS11Exception; method in class:PKCS11
1507 public synchronized long[] C_GetMechanismList(long slotID) throws PKCS11Exception { method in class:PKCS11.SynchronizedPKCS11
1508 return super.C_GetMechanismList(slotID);

Completed in 1047 milliseconds