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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java834 * C_DigestInit initializes a message-digesting operation.
845 public native void C_DigestInit(long hSession, CK_MECHANISM pMechanism) throws PKCS11Exception; method in class:PKCS11
849 // we combined the C_DigestInit and C_Digest into a single function
1599 public synchronized void C_DigestInit(long hSession, CK_MECHANISM pMechanism) throws PKCS11Exception { method in class:PKCS11.SynchronizedPKCS11
1600 super.C_DigestInit(hSession, pMechanism);

Completed in 364 milliseconds