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 |
---|---|
public long | |
public long | |
public long | |
public long |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public String | Returns: the string representation of CK_SESSION_INFOOverrides java. Returns the string representation of CK_SESSION_INFO. |
flags | back to summary |
---|---|
public long flags PKCS#11: CK_FLAGS flags; |
slotID | back to summary |
---|---|
public long slotID PKCS#11: CK_SLOT_ID slotID; |
state | back to summary |
---|---|
public long state PKCS#11: CK_STATE state; |
ulDeviceError | back to summary |
---|---|
public long ulDeviceError PKCS#11: CK_ULONG ulDeviceError; |
CK_SESSION_INFO | back to summary |
---|---|
public CK_SESSION_INFO(long slotID, long state, long flags, long ulDeviceError) |
toString | back to summary |
---|---|
public String toString() Overrides java. Returns the string representation of CK_SESSION_INFO.
|