| Package | Description |
|---|---|
| iaik.pkcs.pkcs11 |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMutexHandler
This class offers a default-implementation of a MutexHandler.
|
| Modifier and Type | Method and Description |
|---|---|
MutexHandler |
DefaultInitializeArgs.getMutexHandler()
Returns the object that implements the functionality for
handling mutexes.
|
MutexHandler |
InitializeArgs.getMutexHandler()
Returns the object that implements the functionality for
handling mutexes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultInitializeArgs.setMutexHandler(MutexHandler mutexHandler)
This method sets the object that implements the functionality for
handling mutexes.
|
| Constructor and Description |
|---|
DefaultInitializeArgs(MutexHandler mutexHandler,
boolean libraryCantCreateOsThreads,
boolean osLockingOk)
Constructor, taking a mutex-handler, the libraryCantCreateOsThreads flag
and the osLockingOk flag.
|
Copyright © 2022. All rights reserved.