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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java870 * C_DigestUpdate continues a multiple-part message-digesting
882 public native void C_DigestUpdate(long hSession, long directIn, byte[] in, int inOfs, int inLen) throws PKCS11Exception; method in class:PKCS11
1607 public synchronized void C_DigestUpdate(long hSession, long directIn, byte[] in, int inOfs, int inLen) throws PKCS11Exception { method in class:PKCS11.SynchronizedPKCS11
1608 super.C_DigestUpdate(hSession, directIn, in, inOfs, inLen);

Completed in 3368 milliseconds