public class DeviceParam extends Object
setDeviceID(int)
or
certificate: setIssuerDN(String)
and setSerialNumber(BigInteger)
.setReportingDetails(String)
: setDeviceID(int)
Constructor and Description |
---|
DeviceParam() |
Modifier and Type | Method and Description |
---|---|
int |
getDeviceID() |
String |
getIssuerDN() |
String |
getReportingDetails() |
BigInteger |
getSerialNumber() |
void |
setDeviceID(int deviceID)
The ID of the device.
|
void |
setIssuerDN(String issuerDN)
The issuerDN of the certificate.
|
void |
setReportingDetails(String reportingDetails)
This is an optional value.
|
void |
setSerialNumber(BigInteger serialNumber)
The serial number of the certificate.
|
public int getDeviceID()
public void setDeviceID(int deviceID)
setIssuerDN(String)
and serial number setSerialNumber(BigInteger)
will be used instead.deviceID
- public BigInteger getSerialNumber()
public void setSerialNumber(BigInteger serialNumber)
setIssuerDN(String)
and serial number -
the device will be identified in SSMS.deviceID
is not specified (i.e has not a positive value).serialNumber
- public String getIssuerDN()
public void setIssuerDN(String issuerDN)
setSerialNumber(BigInteger)
-
the device will be identified in SSMS.deviceID
is not specified (i.e has not a positive value).issuerDN
- The issuerDN of the certificate.public String getReportingDetails()
public void setReportingDetails(String reportingDetails)
reportingDetails
- A text that will be written to the reporting details of the ASM module (if not 'null').Copyright © 2022 KOBIL Systems GmbH. All rights reserved.