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:
CK_VERSION firmwareVersion;
|
long |
flags
PKCS#11:
CK_FLAGS flags;
|
CK_VERSION |
hardwareVersion
PKCS#11:
CK_VERSION hardwareVersion;
|
char[] |
manufacturerID
must be blank padded and only the first 32 chars will be used
PKCS#11:
CK_UTF8CHAR manufacturerID[32];
|
char[] |
slotDescription
must be blank padded and only the first 64 chars will be used
PKCS#11:
CK_UTF8CHAR slotDescription[64];
|
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;