public class CK_TOKEN_INFO_EXTENDED extends Pkcs11Structure
Modifier and Type | Field and Description |
---|---|
byte[] |
ATR |
NativeLong |
flags |
byte[] |
serialNumber |
NativeLong |
ulAdminRetryCountLeft |
NativeLong |
ulATRLen |
NativeLong |
ulBatteryVoltage |
NativeLong |
ulBodyColor |
NativeLong |
ulFreeMemory |
NativeLong |
ulMaxAdminPinLen |
NativeLong |
ulMaxAdminRetryCount |
NativeLong |
ulMaxUserPinLen |
NativeLong |
ulMaxUserRetryCount |
NativeLong |
ulMicrocodeNumber |
NativeLong |
ulMinAdminPinLen |
NativeLong |
ulMinUserPinLen |
NativeLong |
ulOrderNumber |
NativeLong |
ulProtocolNumber |
NativeLong |
ulSizeofThisStructure |
NativeLong |
ulTokenClass |
NativeLong |
ulTokenType |
NativeLong |
ulTotalMemory |
NativeLong |
ulUserRetryCountLeft |
Constructor and Description |
---|
CK_TOKEN_INFO_EXTENDED() |
CK_TOKEN_INFO_EXTENDED(NativeLong ulSizeofThisStructure,
NativeLong ulTokenType,
NativeLong ulProtocolNumber,
NativeLong ulMicrocodeNumber,
NativeLong ulOrderNumber,
NativeLong flags,
NativeLong ulMaxAdminPinLen,
NativeLong ulMinAdminPinLen,
NativeLong ulMaxUserPinLen,
NativeLong ulMinUserPinLen,
NativeLong ulMaxAdminRetryCount,
NativeLong ulAdminRetryCountLeft,
NativeLong ulMaxUserRetryCount,
NativeLong ulUserRetryCountLeft,
byte[] serialNumber,
NativeLong ulTotalMemory,
NativeLong ulFreeMemory,
byte[] ATR,
NativeLong ulATRLen,
NativeLong ulTokenClass,
NativeLong ulBatteryVoltage,
NativeLong ulBodyColor) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<java.lang.String> |
getFieldOrder() |
public NativeLong ulSizeofThisStructure
public NativeLong ulTokenType
public NativeLong ulProtocolNumber
public NativeLong ulMicrocodeNumber
public NativeLong ulOrderNumber
public NativeLong flags
public NativeLong ulMaxAdminPinLen
public NativeLong ulMinAdminPinLen
public NativeLong ulMaxUserPinLen
public NativeLong ulMinUserPinLen
public NativeLong ulMaxAdminRetryCount
public NativeLong ulAdminRetryCountLeft
public NativeLong ulMaxUserRetryCount
public NativeLong ulUserRetryCountLeft
public byte[] serialNumber
public NativeLong ulTotalMemory
public NativeLong ulFreeMemory
public byte[] ATR
public NativeLong ulATRLen
public NativeLong ulTokenClass
public NativeLong ulBatteryVoltage
public NativeLong ulBodyColor
public CK_TOKEN_INFO_EXTENDED()
public CK_TOKEN_INFO_EXTENDED(NativeLong ulSizeofThisStructure, NativeLong ulTokenType, NativeLong ulProtocolNumber, NativeLong ulMicrocodeNumber, NativeLong ulOrderNumber, NativeLong flags, NativeLong ulMaxAdminPinLen, NativeLong ulMinAdminPinLen, NativeLong ulMaxUserPinLen, NativeLong ulMinUserPinLen, NativeLong ulMaxAdminRetryCount, NativeLong ulAdminRetryCountLeft, NativeLong ulMaxUserRetryCount, NativeLong ulUserRetryCountLeft, byte[] serialNumber, NativeLong ulTotalMemory, NativeLong ulFreeMemory, byte[] ATR, NativeLong ulATRLen, NativeLong ulTokenClass, NativeLong ulBatteryVoltage, NativeLong ulBodyColor)
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.