openharmony 鸿蒙 interface_i_executor_pinauth_v11

2025-06-16 浏览 (1)

IExecutor

概述

定义执行器标准API接口。接口可用于获取执行器信息,获取凭据模版信息,注册口令,认证口令,删除口令等。

起始版本: 4.0

相关模块:HdfPinAuth

汇总

Public 成员函数

名称描述
GetProperty ([in] unsigned long[] templateIdList, [in] enum GetPropertyType[] propertyTypes, [out] struct Property property)获取属性。
EnrollV1_1 ([in] unsigned long scheduleId, [in] unsigned char[] extraInfo, [in] IExecutorCallback callbackObj)注册口令。
AuthenticateV1_1 ([in] unsigned long scheduleId, [in] unsigned long templateId, [in] unsigned char[] extraInfo, [in] IExecutorCallback callbackObj)认证口令。

成员函数说明

AuthenticateV1_1()

IExecutor::AuthenticateV1_1 ([in] unsigned long scheduleId, [in] unsigned long templateId, [in] unsigned char[] extraInfo, [in] IExecutorCallback callbackObj )

描述

认证口令。

起始版本: 4.0

参数:

名称描述
scheduleId调度ID,用于标识一次操作请求的调度过程。
templateId指定要认证的模版ID。
extraInfo其他相关信息,用于支持信息扩展。
callbackObj回调对象IExecutorCallback

返回:

0 表示操作成功。

非0 表示操作失败。

EnrollV1_1()

IExecutor::EnrollV1_1 ([in] unsigned long scheduleId, [in] unsigned char[] extraInfo, [in] IExecutorCallback callbackObj )

描述

注册口令。

起始版本: 4.0

参数:

名称描述
scheduleId调度ID,用于标识一次操作请求的调度过程。
extraInfo其他相关信息,用于支持信息扩展。
callbackObj回调对象IExecutorCallback

返回:

0 表示操作成功。

非0 表示操作失败。

GetProperty()

IExecutor::GetProperty ([in] unsigned long[] templateIdList, [in] enum GetPropertyType[] propertyTypes, [out] struct Property property )

描述

获取属性。

起始版本: 4.0

参数:

名称描述
templateIdList标识需要处理的模板。
propertyTypes标识需要获取的属性类型GetPropertyType
property标识获取的属性Property

返回:

0 表示操作成功。

非0 表示操作失败。

你可能感兴趣的鸿蒙文章

harmony 鸿蒙PinAuth HDI 参考

harmony 鸿蒙ExecutorInfo

harmony 鸿蒙ExecutorInfo

harmony 鸿蒙HdfPinAuth (V1_0)

harmony 鸿蒙HdfPinAuth (V1_1)

harmony 鸿蒙HdfPinAuth (V2_0)

harmony 鸿蒙IAllInOneExecutor.idl

harmony 鸿蒙ICollector.idl

harmony 鸿蒙IExecutor.idl

harmony 鸿蒙IExecutor.idl

  • 所属分类: 后端技术
  • 本文标签: 鸿蒙 软件
  • 版权声明: 本文链接 https://seaxiang.com/blog/i6mr1m