public class CK_INFO
extends java.lang.Object
PKCS#11 structure:
typedef struct CK_INFO {
CK_VERSION cryptokiVersion;
CK_UTF8CHAR manufacturerID[32];
CK_FLAGS flags;
CK_UTF8CHAR libraryDescription[32];
CK_VERSION libraryVersion;
} CK_INFO;
| Modifier and Type | Field and Description |
|---|---|
CK_VERSION |
cryptokiVersion
PKCS#11:
CK_VERSION cryptokiVersion;
|
long |
flags
must be zero
PKCS#11:
CK_FLAGS flags;
|
char[] |
libraryDescription
must be blank padded - only the first 32 chars will be used
PKCS#11:
|
CK_VERSION |
libraryVersion
PKCS#11:
CK_VERSION libraryVersion;
|
char[] |
manufacturerID
must be blank padded - only the first 32 chars will be used
PKCS#11:
CK_UTF8CHAR manufacturerID[32];
|
| Constructor and Description |
|---|
CK_INFO() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Returns the string representation of CK_INFO.
|
public CK_VERSION cryptokiVersion
CK_VERSION cryptokiVersion;
public char[] manufacturerID
PKCS#11:
CK_UTF8CHAR manufacturerID[32];
public long flags
CK_FLAGS flags;
public char[] libraryDescription
PKCS#11:
public CK_VERSION libraryVersion
CK_VERSION libraryVersion;