public class CK_INFO
extends java.lang.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() |
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
CK_UTF8CHAR manufacturerID[32];
public long flags
CK_FLAGS flags;
public char[] libraryDescription
public CK_VERSION libraryVersion
CK_VERSION libraryVersion;
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