public class CK_TOKEN_INFO extends Pkcs11Structure
Modifier and Type | Class and Description |
---|---|
static class |
CK_TOKEN_INFO.ByReference |
Modifier and Type | Field and Description |
---|---|
CK_VERSION |
firmwareVersion |
NativeLong |
flags |
CK_VERSION |
hardwareVersion |
byte[] |
label |
byte[] |
manufacturerID |
byte[] |
model |
byte[] |
serialNumber |
NativeLong |
ulFreePrivateMemory |
NativeLong |
ulFreePublicMemory |
NativeLong |
ulMaxPinLen |
NativeLong |
ulMaxRwSessionCount |
NativeLong |
ulMaxSessionCount |
NativeLong |
ulMinPinLen |
NativeLong |
ulRwSessionCount |
NativeLong |
ulSessionCount |
NativeLong |
ulTotalPrivateMemory |
NativeLong |
ulTotalPublicMemory |
byte[] |
utcTime |
Constructor and Description |
---|
CK_TOKEN_INFO() |
CK_TOKEN_INFO(byte[] label,
byte[] vendor,
byte[] model,
byte[] serialNo,
NativeLong flags,
NativeLong sessionMax,
NativeLong session,
NativeLong rwSessionMax,
NativeLong rwSession,
NativeLong pinLenMax,
NativeLong pinLenMin,
NativeLong totalPubMem,
NativeLong freePubMem,
NativeLong totalPrivMem,
NativeLong freePrivMem,
CK_VERSION hwVer,
CK_VERSION fwVer,
byte[] utcTime) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<java.lang.String> |
getFieldOrder() |
public byte[] label
public byte[] manufacturerID
public byte[] model
public byte[] serialNumber
public NativeLong flags
public NativeLong ulMaxSessionCount
public NativeLong ulSessionCount
public NativeLong ulMaxRwSessionCount
public NativeLong ulRwSessionCount
public NativeLong ulMaxPinLen
public NativeLong ulMinPinLen
public NativeLong ulTotalPublicMemory
public NativeLong ulFreePublicMemory
public NativeLong ulTotalPrivateMemory
public NativeLong ulFreePrivateMemory
public CK_VERSION hardwareVersion
public CK_VERSION firmwareVersion
public byte[] utcTime
public CK_TOKEN_INFO()
public CK_TOKEN_INFO(byte[] label, byte[] vendor, byte[] model, byte[] serialNo, NativeLong flags, NativeLong sessionMax, NativeLong session, NativeLong rwSessionMax, NativeLong rwSession, NativeLong pinLenMax, NativeLong pinLenMin, NativeLong totalPubMem, NativeLong freePubMem, NativeLong totalPrivMem, NativeLong freePrivMem, CK_VERSION hwVer, CK_VERSION fwVer, byte[] utcTime)
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.