public class Version extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Version(byte major,
byte minor)
Constructor for internal use only.
|
protected |
Version(CK_VERSION ckVersion)
Constructor taking a CK_VERSION object.
|
| Modifier and Type | Method and Description |
|---|---|
byte |
getMajor()
Get the major version number.
|
byte |
getMinor()
Get the minor version number.
|
String |
toString()
Returns the string representation of this object.
|
protected Version(byte major,
byte minor)
major - the major versionminor - the minor version.protected Version(CK_VERSION ckVersion)
ckVersion - A CK_VERSION object.Copyright © 2023. All rights reserved.