Package iaik.pkcs.pkcs11.wrapper
Interface CK_UNLOCKMUTEX
-
public interface CK_UNLOCKMUTEXinterface CK_UNLOCKMUTEX- Author:
- Karl Scheibelhofer (SIC), Martin Schläffer (SIC)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidCK_UNLOCKMUTEX(Object pMutex)Method CK_UNLOCKMUTEX
-
-
-
Method Detail
-
CK_UNLOCKMUTEX
void CK_UNLOCKMUTEX(Object pMutex) throws PKCS11Exception
Method CK_UNLOCKMUTEX- Parameters:
pMutex- The mutex (lock) object to unlock.- Throws:
PKCS11Exception- If unlocking the mutex fails.
-
-