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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java964 * C_SignUpdate continues a multiple-part signature operation,
977 public native void C_SignUpdate(long hSession, long directIn, byte[] in, int inOfs, int inLen) throws PKCS11Exception; method in class:PKCS11
1627 public synchronized void C_SignUpdate(long hSession, long directIn, byte[] in, int inOfs, int inLen) throws PKCS11Exception { method in class:PKCS11.SynchronizedPKCS11
1628 super.C_SignUpdate(hSession, directIn, in, inOfs, inLen);

Completed in 240 milliseconds