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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java230 * C_GetInfo returns general information about Cryptoki.
239 public native CK_INFO C_GetInfo() throws PKCS11Exception; method in class:PKCS11
1491 public synchronized CK_INFO C_GetInfo() throws PKCS11Exception { method in class:PKCS11.SynchronizedPKCS11
1492 return super.C_GetInfo();

Completed in 35 milliseconds