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