public class CK_INFO extends Object
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:
|
long |
flags
must be zero PKCS#11:
|
char[] |
libraryDescription
must be blank padded - only the first 32 chars will be used
PKCS#11:
|
CK_VERSION |
libraryVersion
PKCS#11:
|
char[] |
manufacturerID
must be blank padded - only the first 32 chars will be used
PKCS#11:
|
| Constructor and Description |
|---|
CK_INFO() |
public CK_VERSION cryptokiVersion
CK_VERSION cryptokiVersion;
public char[] manufacturerID
CK_UTF8CHAR manufacturerID[32];
public long flags
CK_FLAGS flags;
public char[] libraryDescription
public CK_VERSION libraryVersion
CK_VERSION libraryVersion;
Copyright © 2023. All rights reserved.