public class CK_SESSION_INFO extends Object
PKCS#11 structure:
typedef struct CK_SESSION_INFO {
CK_SLOT_ID slotID;
CK_STATE state;
CK_FLAGS flags;
CK_ULONG ulDeviceError;
} CK_SESSION_INFO;
| Modifier and Type | Field and Description |
|---|---|
long |
flags
PKCS#11:
|
long |
slotID
PKCS#11:
|
long |
state
PKCS#11:
|
long |
ulDeviceError
PKCS#11:
|
| Constructor and Description |
|---|
CK_SESSION_INFO() |
Copyright © 2023. All rights reserved.