public class CK_VERSION extends 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:
|
byte |
minor
PKCS#11:
|
| Constructor and Description |
|---|
CK_VERSION() |
Copyright © 2023. All rights reserved.