public class BasicCkiEventManager extends CkiEventManager
| Constructor and Description |
|---|
BasicCkiEventManager()
Creates a new BasicCkiEventManager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
handleDeviceError(CkiSlot slot, CryptokiException ex)
Handles device errors on the token.
|
void |
handleError(CkiSlot slot, CryptokiException ex)
Handles the other kind of errors.
|
void |
handleGeneralError(CkiSlot slot, CryptokiException ex)
Handles the CKR_GENERAL_ERROR error.
|
void |
handleMemoryError(CkiSlot slot, CryptokiException ex)
Handles memory errors on the token.
|
void |
handleOutOfSessions(CkiSlot slot, CryptokiException ex)
Handles the out of sessions error.
|
void |
processError(CkiSlot slot, CryptokiException ex)
This method processes errors.
|
public BasicCkiEventManager()
public void processError(CkiSlot slot, CryptokiException ex)
processError in class CkiEventManagerslot - The slot where the error occured.ex - The CryptokiException representing the error.public void handleOutOfSessions(CkiSlot slot, CryptokiException ex)
handleOutOfSessions in class CkiEventManagerpublic void handleDeviceError(CkiSlot slot, CryptokiException ex)
handleDeviceError in class CkiEventManagerpublic void handleMemoryError(CkiSlot slot, CryptokiException ex)
handleMemoryError in class CkiEventManagerpublic void handleGeneralError(CkiSlot slot, CryptokiException ex)
handleGeneralError in class CkiEventManagerpublic void handleError(CkiSlot slot, CryptokiException ex)
handleError in class CkiEventManager