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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java886 * C_DigestKey continues a multi-part message-digesting
899 public native void C_DigestKey(long hSession, long hKey) throws PKCS11Exception; method in class:PKCS11
1611 public synchronized void C_DigestKey(long hSession, long hKey) throws PKCS11Exception { method in class:PKCS11.SynchronizedPKCS11
1612 super.C_DigestKey(hSession, hKey);

Completed in 426 milliseconds