public class SystemInfoCmd extends Object
| Constructor and Description |
|---|
SystemInfoCmd(DeviceHandler device)
Constructor to initiate a class with HSM system information
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBuildVersion()
Gets the build version
|
int |
getMajorVersion()
Gets the major version
|
int |
getMinorVersion()
Gets the minor version
|
String |
getProtocol()
Gets the protocol version
|
String |
getSysId()
Gets the unique id of the device
|
String |
getSystemInfo()
Gets the version, protocol and unique id in a string representation
|
String |
getVersion()
Gets the version in a string representation
|
public SystemInfoCmd(DeviceHandler device) throws YubiHSMErrorException
device - the deviceHandlerYubiHSMErrorExceptionpublic int getMajorVersion()
public int getMinorVersion()
public int getBuildVersion()
public String getProtocol()
public String getSysId()
public String getVersion()
public String getSystemInfo()
Copyright © 2011-2016 United ID. All Rights Reserved.