Package iaik.pkcs.pkcs11.wrapper
Interface CK_CREATEMUTEX
-
public interface CK_CREATEMUTEXinterface CK_CREATEMUTEX.- Author:
- Karl Scheibelhofer (SIC), Martin Schläffer (SIC)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectCK_CREATEMUTEX()Method CK_CREATEMUTEX
-
-
-
Method Detail
-
CK_CREATEMUTEX
Object CK_CREATEMUTEX() throws PKCS11Exception
Method CK_CREATEMUTEX- Returns:
- The mutex (lock) object.
- Throws:
PKCS11Exception- If creating the mutex fails.
-
-