public interface CK_DESTROYMUTEX
Modifier and Type | Method and Description |
---|---|
void |
CK_DESTROYMUTEX(java.lang.Object pMutex)
Method CK_DESTROYMUTEX
|
void CK_DESTROYMUTEX(java.lang.Object pMutex) throws PKCS11Exception
pMutex
- The mutex (lock) object.PKCS11Exception
- If destroying the mutex fails.