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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java981 * C_SignFinal finishes a multiple-part signature operation,
994 public native byte[] C_SignFinal(long hSession, int expectedLen) throws PKCS11Exception; method in class:PKCS11
1631 public synchronized byte[] C_SignFinal(long hSession, int expectedLen) throws PKCS11Exception { method in class:PKCS11.SynchronizedPKCS11
1632 return super.C_SignFinal(hSession, expectedLen);

Completed in 39 milliseconds