public class DeviceKey extends Object
| Constructor and Description |
|---|
DeviceKey() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeviceId()
Get device unique id
|
SecureElement |
getSe()
Get device secure element crypto object
|
String |
getSeId()
Get secure element id
|
SeType |
getSeType()
Get secure element type
|
void |
setDeviceId(String deviceId)
Set device unique id
|
void |
setSe(SecureElement se)
Set device secure element crypto object
|
void |
setSeId(String seId)
Set secure element id
|
void |
setSeType(SeType seType)
Set secure element type
|
public String getDeviceId()
public void setDeviceId(String deviceId)
deviceId - device unique idpublic String getSeId()
public void setSeId(String seId)
seId - secure element idpublic SeType getSeType()
public void setSeType(SeType seType)
seType - secure element typepublic SecureElement getSe()
public void setSe(SecureElement se)
se - device secure element crypto objectCopyright © 2023. All rights reserved.