类 SecureElementFactory


  • public class SecureElementFactory
    extends Object
    Provides secure element factory according to device se type. Currently, only MBED_AKEY is supported.
    • 构造器详细资料

      • SecureElementFactory

        public SecureElementFactory()
    • 方法详细资料

      • createSe

        public static SecureElement createSe​(Device contract,
                                             DeviceKey deviceKey)
        Provides secure element by device contract and device key.
        参数:
        contract - specified device contract
        deviceKey - specified device key
        返回:
        successful secure element, otherwise an exception will be thrown