public class CK_SLOT_INFO
extends java.lang.Object
PKCS#11 structure:
typedef struct CK_SLOT_INFO { CK_UTF8CHAR slotDescription[64]; CK_UTF8CHAR manufacturerID[32]; CK_FLAGS flags; CK_VERSION hardwareVersion; CK_VERSION firmwareVersion; } CK_SLOT_INFO;
Modifier and Type | Field and Description |
---|---|
CK_VERSION |
firmwareVersion
PKCS#11:
|
long |
flags
PKCS#11:
|
CK_VERSION |
hardwareVersion
PKCS#11:
|
char[] |
manufacturerID
must be blank padded and only the first 32 chars will be used
|
char[] |
slotDescription
must be blank padded and only the first 64 chars will be used
|
Constructor and Description |
---|
CK_SLOT_INFO() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns the string representation of CK_SLOT_INFO.
|
public char[] slotDescription
PKCS#11:
CK_UTF8CHAR slotDescription[64];
public char[] manufacturerID
PKCS#11:
CK_UTF8CHAR manufacturerID[32];
public long flags
CK_FLAGS flags;
public CK_VERSION hardwareVersion
CK_VERSION hardwareVersion;
public CK_VERSION firmwareVersion
CK_VERSION firmwareVersion;
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