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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java520 * C_CreateObject creates a new object.
534 public native long C_CreateObject(long hSession, CK_ATTRIBUTE[] pTemplate) throws PKCS11Exception; method in class:PKCS11
1535 public synchronized long C_CreateObject(long hSession, CK_ATTRIBUTE[] pTemplate) throws PKCS11Exception { method in class:PKCS11.SynchronizedPKCS11
1536 return super.C_CreateObject(hSession, pTemplate);

Completed in 36 milliseconds