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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java1078 * C_VerifyUpdate continues a multiple-part verification
1091 public native void C_VerifyUpdate(long hSession, long directIn, byte[] in, int inOfs, int inLen) throws PKCS11Exception; method in class:PKCS11
1651 public synchronized void C_VerifyUpdate(long hSession, long directIn, byte[] in, int inOfs, int inLen) throws PKCS11Exception { method in class:PKCS11.SynchronizedPKCS11
1652 super.C_VerifyUpdate(hSession, directIn, in, inOfs, inLen);

Completed in 38 milliseconds