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