public class CK_SESSION_INFO extends Pkcs11Structure
Modifier and Type | Field and Description |
---|---|
NativeLong |
flags |
NativeLong |
slotID |
NativeLong |
state |
NativeLong |
ulDeviceError |
Constructor and Description |
---|
CK_SESSION_INFO() |
CK_SESSION_INFO(NativeLong slotID,
NativeLong state,
NativeLong flags,
NativeLong ulDeviceError) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<java.lang.String> |
getFieldOrder() |
public NativeLong slotID
public NativeLong state
public NativeLong flags
public NativeLong ulDeviceError
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.