public class CK_SLOT_INFO extends Pkcs11Structure
Modifier and Type | Class and Description |
---|---|
static class |
CK_SLOT_INFO.ByReference |
Modifier and Type | Field and Description |
---|---|
CK_VERSION |
firmwareVersion |
NativeLong |
flags |
CK_VERSION |
hardwareVersion |
byte[] |
manufacturerID |
byte[] |
slotDescription |
Constructor and Description |
---|
CK_SLOT_INFO() |
CK_SLOT_INFO(byte[] slotDesc,
byte[] vendor,
NativeLong flags,
CK_VERSION hwVer,
CK_VERSION fwVer) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<java.lang.String> |
getFieldOrder() |
public byte[] slotDescription
public byte[] manufacturerID
public NativeLong flags
public CK_VERSION hardwareVersion
public CK_VERSION firmwareVersion
public CK_SLOT_INFO()
public CK_SLOT_INFO(byte[] slotDesc, byte[] vendor, NativeLong flags, CK_VERSION hwVer, CK_VERSION fwVer)
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.