类 SecureElementFactory
- java.lang.Object
-
- com.baidubce.services.iothisk.device.seplatform.SecureElementFactory
-
public class SecureElementFactory extends Object
Provides secure element factory according to device se type. Currently, onlyMBED_AKEYis supported.
-
-
构造器概要
构造器 构造器 说明 SecureElementFactory()
-
-
-
方法详细资料
-
createSe
public static SecureElement createSe(Device contract, DeviceKey deviceKey)
Provides secure element by device contract and device key.- 参数:
contract- specified device contractdeviceKey- specified device key- 返回:
- successful secure element, otherwise an exception will be thrown
-
-