public class CK_VERSION
extends java.lang.Object
PKCS#11 structure:
typedef struct CK_VERSION {
CK_BYTE major;
CK_BYTE minor;
} CK_VERSION;
| Modifier and Type | Field and Description |
|---|---|
byte |
major
PKCS#11:
CK_BYTE major;
|
byte |
minor
PKCS#11:
CK_BYTE minor;
|
| Constructor and Description |
|---|
CK_VERSION() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Returns the string representation of CK_VERSION.
|