public class CK_TOKEN_INFO
extends java.lang.Object
PKCS#11 structure:
typedef struct CK_TOKEN_INFO { CK_UTF8CHAR label[32]; CK_UTF8CHAR manufacturerID[32]; CK_UTF8CHAR model[16]; CK_CHAR serialNumber[16]; CK_FLAGS flags; CK_ULONG ulMaxSessionCount; CK_ULONG ulSessionCount; CK_ULONG ulMaxRwSessionCount; CK_ULONG ulRwSessionCount; CK_ULONG ulMaxPinLen; CK_ULONG ulMinPinLen; CK_ULONG ulTotalPublicMemory; CK_ULONG ulFreePublicMemory; CK_ULONG ulTotalPrivateMemory; CK_ULONG ulFreePrivateMemory; CK_VERSION hardwareVersion; CK_VERSION firmwareVersion; CK_CHAR utcTime[16]; } CK_TOKEN_INFO;
Modifier and Type | Field and Description |
---|---|
CK_VERSION |
firmwareVersion
PKCS#11:
|
long |
flags
PKCS#11:
|
CK_VERSION |
hardwareVersion
PKCS#11:
|
char[] |
label
must be blank padded and only the first 32 chars will be used
|
char[] |
manufacturerID
must be blank padded and only the first 32 chars will be used
|
char[] |
model
must be blank padded and only the first 16 chars will be used
|
char[] |
serialNumber
must be blank padded and only the first 16 chars will be used
|
long |
ulFreePrivateMemory
PKCS#11:
|
long |
ulFreePublicMemory
PKCS#11:
|
long |
ulMaxPinLen
PKCS#11:
|
long |
ulMaxRwSessionCount
PKCS#11:
|
long |
ulMaxSessionCount
PKCS#11:
|
long |
ulMinPinLen
PKCS#11:
|
long |
ulRwSessionCount
PKCS#11:
|
long |
ulSessionCount
PKCS#11:
|
long |
ulTotalPrivateMemory
PKCS#11:
|
long |
ulTotalPublicMemory
PKCS#11:
|
char[] |
utcTime
only the first 16 chars will be used PKCS#11:
|
Constructor and Description |
---|
CK_TOKEN_INFO() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns the string representation of CK_TOKEN_INFO.
|
public char[] label
PKCS#11:
CK_UTF8CHAR label[32];
public char[] manufacturerID
PKCS#11:
CK_UTF8CHAR manufacturerID[32];
public char[] model
PKCS#11:
CK_UTF8CHAR model[16];
public char[] serialNumber
PKCS#11:
CK_CHAR serialNumber[16];
public long flags
CK_FLAGS flags;
public long ulMaxSessionCount
CK_ULONG ulMaxSessionCount;
public long ulSessionCount
CK_ULONG ulSessionCount;
public long ulMaxRwSessionCount
CK_ULONG ulMaxRwSessionCount;
public long ulRwSessionCount
CK_ULONG ulRwSessionCount;
public long ulMaxPinLen
CK_ULONG ulMaxPinLen;
public long ulMinPinLen
CK_ULONG ulMinPinLen;
public long ulTotalPublicMemory
CK_ULONG ulTotalPublicMemory;
public long ulFreePublicMemory
CK_ULONG ulFreePublicMemory;
public long ulTotalPrivateMemory
CK_ULONG ulTotalPrivateMemory;
public long ulFreePrivateMemory
CK_ULONG ulFreePrivateMemory;
public CK_VERSION hardwareVersion
CK_VERSION hardwareVersion;
public CK_VERSION firmwareVersion
CK_VERSION firmwareVersion;
public char[] utcTime
CK_CHAR utcTime[16];
IAIK JavaSecurity Website http://jce.iaik.tugraz.at/
IAIK at Graz University of Technology, Austria, Europe
Copyright 2001-2023 IAIK, Graz University of Technology, Inffeldgasse 16a, 8010 Graz, Austria. All Rights Reserved. version 1.6.9