Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
9e91e0f0
D
Docs
项目概览
OpenHarmony
/
Docs
大约 1 年 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
9e91e0f0
编写于
7月 28, 2022
作者:
O
openharmony_ci
提交者:
Gitee
7月 28, 2022
浏览文件
操作
浏览文件
下载
差异文件
!7361 修改pinauth和userauth的问题
Merge pull request !7361 from liyan/master
上级
bbe7a5e2
4928e920
变更
8
隐藏空白更改
内联
并排
Showing
8 changed file
with
34 addition
and
14 deletion
+34
-14
zh-cn/device-dev/reference/hdi-apis/_hdf_pin_auth.md
zh-cn/device-dev/reference/hdi-apis/_hdf_pin_auth.md
+1
-1
zh-cn/device-dev/reference/hdi-apis/_hdf_user_auth.md
zh-cn/device-dev/reference/hdi-apis/_hdf_user_auth.md
+19
-0
zh-cn/device-dev/reference/hdi-apis/_user_auth_types_8idl.md
zh-cn/device-dev/reference/hdi-apis/_user_auth_types_8idl.md
+1
-0
zh-cn/device-dev/reference/hdi-apis/interface_i_pin_auth_interface.md
...-dev/reference/hdi-apis/interface_i_pin_auth_interface.md
+2
-2
zh-cn/device-dev/reference/hdi-apis/interface_i_user_auth_interface.md
...dev/reference/hdi-apis/interface_i_user_auth_interface.md
+1
-1
zh-cn/device-dev/reference/hdi-apis/interface_pin_i_executor.md
...device-dev/reference/hdi-apis/interface_pin_i_executor.md
+7
-7
zh-cn/device-dev/reference/hdi-apis/pin__auth_2_i_executor_8idl.md
...ice-dev/reference/hdi-apis/pin__auth_2_i_executor_8idl.md
+1
-1
zh-cn/device-dev/reference/hdi-apis/pin__auth_2_i_executor_callback_8idl.md
...eference/hdi-apis/pin__auth_2_i_executor_callback_8idl.md
+2
-2
未找到文件。
zh-cn/device-dev/reference/hdi-apis/_hdf_pin_auth.md
浏览文件 @
9e91e0f0
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
| 类 | 描述 |
| 类 | 描述 |
| -------- | -------- |
| -------- | -------- |
|
[
IExecutor
](
interface_pin_i_executor.md
)
| 定义执行器标准API接口。接口可用于获取执行器信息,获取凭据模版信息,注册口令,认证口令,删除口令等。
[
更多...
](
interface_pin_i_executor.md
)
|
|
[
IExecutor
](
interface_pin_i_executor.md
)
| 定义执行器标准API接口。接口可用于获取执行器信息,获取凭据模版信息,注册口令,认证口令,删除口令等。
[
更多...
](
interface_pin_i_executor.md
)
|
|
[
IExecutorCallback
](
interface_
i_executor_callback.md
)
| 定义异步API接口回调,用于返回异步接口的请求处理结果和信息。使用细节见
[
IExecutor
](
interface_i_executor.md
)
。
[
更多...
](
interface
_i_executor_callback.md
)
|
|
[
IExecutorCallback
](
interface_
pin_i_executor_callback.md
)
| 定义异步API接口回调,用于返回异步接口的请求处理结果和信息。使用细节见
[
IExecutor
](
interface_pin_i_executor.md
)
。
[
更多...
](
interface_pin
_i_executor_callback.md
)
|
|
[
IPinAuthInterface
](
interface_i_pin_auth_interface.md
)
| 定义获取口令认证驱动的执行器列表接口。
[
更多...
](
interface_i_pin_auth_interface.md
)
|
|
[
IPinAuthInterface
](
interface_i_pin_auth_interface.md
)
| 定义获取口令认证驱动的执行器列表接口。
[
更多...
](
interface_i_pin_auth_interface.md
)
|
|
[
ExecutorInfo
](
_executor_info.md
)
| 执行器信息。
[
更多...
](
_executor_info.md
)
|
|
[
ExecutorInfo
](
_executor_info.md
)
| 执行器信息。
[
更多...
](
_executor_info.md
)
|
|
[
TemplateInfo
](
_template_info.md
)
| 凭据模版信息。
[
更多...
](
_template_info.md
)
|
|
[
TemplateInfo
](
_template_info.md
)
| 凭据模版信息。
[
更多...
](
_template_info.md
)
|
...
...
zh-cn/device-dev/reference/hdi-apis/_hdf_user_auth.md
浏览文件 @
9e91e0f0
...
@@ -36,6 +36,7 @@
...
@@ -36,6 +36,7 @@
|
[
AuthType
](
#authtype
)
:
int
{
PIN
=
1,
FACE
=
2,
FINGERPRINT
=
4,
ALL
=
0
} | 枚举用户认证凭据类型。
[
更多...
](
#authtype
)
|
|
[
AuthType
](
#authtype
)
:
int
{
PIN
=
1,
FACE
=
2,
FINGERPRINT
=
4,
ALL
=
0
} | 枚举用户认证凭据类型。
[
更多...
](
#authtype
)
|
|
[
ExecutorRole
](
#executorrole
)
:
int
{
COLLECTOR
=
1,
VERIFIER
=
2,
ALL_IN_ONE
=
3
} | 枚举执行器角色。
[
更多...
](
#executorrole
)
|
|
[
ExecutorRole
](
#executorrole
)
:
int
{
COLLECTOR
=
1,
VERIFIER
=
2,
ALL_IN_ONE
=
3
} | 枚举执行器角色。
[
更多...
](
#executorrole
)
|
|
[
ExecutorSecureLevel
](
#executorsecurelevel
)
:
int
{
ESL0
=
0,
ESL1
=
1,
ESL2
=
2,
ESL3
=
3
} | 枚举执行器安全等级。
[
更多...
](
#executorsecurelevel
)
|
|
[
ExecutorSecureLevel
](
#executorsecurelevel
)
:
int
{
ESL0
=
0,
ESL1
=
1,
ESL2
=
2,
ESL3
=
3
} | 枚举执行器安全等级。
[
更多...
](
#executorsecurelevel
)
|
|
[
PinSubType
](
#pinsubtype
)
:
int
{
PIN\_SIX
=
10000,
PIN\_NUMBER
=
10001,
PIN\_MIX
=
10002
} | 口令认证子类型。
[
更多...
](
#pinsubtype
)
|
### 变量
### 变量
...
@@ -113,3 +114,21 @@ enum ExecutorSecureLevel : int
...
@@ -113,3 +114,21 @@ enum ExecutorSecureLevel : int
| ESL1 | 执行器安全级别为1,关键操作在有访问控制的执行环境中完成。 |
| ESL1 | 执行器安全级别为1,关键操作在有访问控制的执行环境中完成。 |
| ESL2 | 执行器安全级别为2,关键操作在可信执行环境中完成。 |
| ESL2 | 执行器安全级别为2,关键操作在可信执行环境中完成。 |
| ESL3 | 执行器安全级别为3,关键操作在高安环境如独立安全芯片中完成。 |
| ESL3 | 执行器安全级别为3,关键操作在高安环境如独立安全芯片中完成。 |
### PinSubType
```
enum PinSubType : int
```
**描述:**
口令认证子类型。
| 枚举值 | 描述 |
| -------- | -------- |
| PIN_SIX | 六位口令密码。 |
| PIN_NUMBER| 数字口令密码。 |
| PIN_MIX | 混合密码。 |
zh-cn/device-dev/reference/hdi-apis/_user_auth_types_8idl.md
浏览文件 @
9e91e0f0
...
@@ -35,6 +35,7 @@
...
@@ -35,6 +35,7 @@
|
[
AuthType
](
_hdf_user_auth.md#authtype
)
:
int
{
PIN
=
1,
FACE
=
2,
FINGERPRINT
=
4,
ALL
=
0
} | 枚举用户认证凭据类型。
[
更多...
](
_hdf_user_auth.md#authtype
)
|
|
[
AuthType
](
_hdf_user_auth.md#authtype
)
:
int
{
PIN
=
1,
FACE
=
2,
FINGERPRINT
=
4,
ALL
=
0
} | 枚举用户认证凭据类型。
[
更多...
](
_hdf_user_auth.md#authtype
)
|
|
[
ExecutorRole
](
_hdf_user_auth.md#executorrole
)
:
int
{
COLLECTOR
=
1,
VERIFIER
=
2,
ALL_IN_ONE
=
3
} | 枚举执行器角色。
[
更多...
](
_hdf_user_auth.md#executorrole
)
|
|
[
ExecutorRole
](
_hdf_user_auth.md#executorrole
)
:
int
{
COLLECTOR
=
1,
VERIFIER
=
2,
ALL_IN_ONE
=
3
} | 枚举执行器角色。
[
更多...
](
_hdf_user_auth.md#executorrole
)
|
|
[
ExecutorSecureLevel
](
_hdf_user_auth.md#executorsecurelevel
)
:
int
{
ESL0
=
0,
ESL1
=
1,
ESL2
=
2,
ESL3
=
3
} | 枚举执行器安全等级。
[
更多...
](
_hdf_user_auth.md#executorsecurelevel
)
|
|
[
ExecutorSecureLevel
](
_hdf_user_auth.md#executorsecurelevel
)
:
int
{
ESL0
=
0,
ESL1
=
1,
ESL2
=
2,
ESL3
=
3
} | 枚举执行器安全等级。
[
更多...
](
_hdf_user_auth.md#executorsecurelevel
)
|
|
[
PinSubType
](
_hdf_user_auth.md#pinsubtype
)
:
int
{
PIN\_SIX
=
10000,
PIN\_NUMBER
=
10001,
PIN\_MIX
=
10002
} | 口令认证子类型。
[
更多...
](
_hdf_user_auth.md#pinsubtype
)
|
### 变量
### 变量
...
...
zh-cn/device-dev/reference/hdi-apis/interface_i_pin_auth_interface.md
浏览文件 @
9e91e0f0
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
| Public
成员函数 | 描述 |
| Public
成员函数 | 描述 |
| -------- | -------- |
| -------- | -------- |
|
[
GetExecutorList
](
#getexecutorlist
)
([out]
[IExecutor](interface_i_executor.md)[]
executorList) | 获取执行器列表,口令认证服务进程启动进行初始化操作时通过该接口获取口令认证驱动支持的执行器列表。
[
更多...
](
#getexecutorlist
)
|
|
[
GetExecutorList
](
#getexecutorlist
)
([out]
[IExecutor](interface_
pin_
i_executor.md)[]
executorList) | 获取执行器列表,口令认证服务进程启动进行初始化操作时通过该接口获取口令认证驱动支持的执行器列表。
[
更多...
](
#getexecutorlist
)
|
## **详细描述**
## **详细描述**
...
@@ -49,7 +49,7 @@ IPinAuthInterface::GetExecutorList ([out] IExecutor[] executorList)
...
@@ -49,7 +49,7 @@ IPinAuthInterface::GetExecutorList ([out] IExecutor[] executorList)
| 名称 | 描述 |
| 名称 | 描述 |
| -------- | -------- |
| -------- | -------- |
| executorList | 执行器对象列表
[
IExecutor
](
interface_i_executor.md
)
。 |
| executorList | 执行器对象列表
[
IExecutor
](
interface_
pin_
i_executor.md
)
。 |
**返回:**
**返回:**
...
...
zh-cn/device-dev/reference/hdi-apis/interface_i_user_auth_interface.md
浏览文件 @
9e91e0f0
...
@@ -429,7 +429,7 @@ IUserAuthInterface::GetUserInfo([in] int userId, [out] unsigned long secureUid,
...
@@ -429,7 +429,7 @@ IUserAuthInterface::GetUserInfo([in] int userId, [out] unsigned long secureUid,
| -------- | -------- |
| -------- | -------- |
| userId | 用户ID。 |
| userId | 用户ID。 |
| secureUid | 安全用户ID。 |
| secureUid | 安全用户ID。 |
| pinSubType | 口令认证子类型
{\@link
PinSubType}
。 |
| pinSubType | 口令认证子类型
,请参考
[
PinSubType
](
_hdf_user_auth.md#pinsubtype
)
。 |
| infos | 注册信息
[
EnrolledInfo
](
_enrolled_info.md
)
。 |
| infos | 注册信息
[
EnrolledInfo
](
_enrolled_info.md
)
。 |
**返回:**
**返回:**
...
...
zh-cn/device-dev/reference/hdi-apis/interface_pin_i_executor.md
浏览文件 @
9e91e0f0
...
@@ -17,13 +17,13 @@
...
@@ -17,13 +17,13 @@
| -------- | -------- |
| -------- | -------- |
|
[
GetTemplateInfo
](
interface_i_executor.md#gettemplateinfo
)
([in]
unsigned
long
templateId,
[out]
struct
[TemplateInfo](_template_info.md)
templateInfo) | 获取凭据模版信息。
[
更多...
](
interface_i_executor.md#gettemplateinfo
)
|
|
[
GetTemplateInfo
](
interface_i_executor.md#gettemplateinfo
)
([in]
unsigned
long
templateId,
[out]
struct
[TemplateInfo](_template_info.md)
templateInfo) | 获取凭据模版信息。
[
更多...
](
interface_i_executor.md#gettemplateinfo
)
|
|
[
Cancel
](
interface_i_executor.md#cancel
)
([in]
unsigned
long
scheduleId) | 取消操作请求。
[
更多...
](
interface_i_executor.md#cancel
)
|
|
[
Cancel
](
interface_i_executor.md#cancel
)
([in]
unsigned
long
scheduleId) | 取消操作请求。
[
更多...
](
interface_i_executor.md#cancel
)
|
|
[
h2
GetExecutorInfo
](
#getexecutorinfo
)
([out]
struct
[ExecutorInfo](_executor_info.md)
executorInfo) | 获取执行器信息,口令认证服务将执行器注册到用户认证框架时需要通过该接口获取对应信息。
[
更多...
](
#getexecutorinfo
)
|
|
[
GetExecutorInfo
](
#getexecutorinfo
)
([out]
struct
[ExecutorInfo](_executor_info.md)
executorInfo) | 获取执行器信息,口令认证服务将执行器注册到用户认证框架时需要通过该接口获取对应信息。
[
更多...
](
#getexecutorinfo
)
|
|
[
OnRegisterFinish
](
#onregisterfinish
)
([in]
unsigned
long[]
templateIdList,
[in]
unsigned
char[]
frameworkPublicKey,
[in]
unsigned
char[]
extraInfo) | 完成执行器注册,对口令模版信息进行对账,用于删除无效的口令模板及相关信息。
[
更多...
](
#onregisterfinish
)
|
|
[
OnRegisterFinish
](
#onregisterfinish
)
([in]
unsigned
long[]
templateIdList,
[in]
unsigned
char[]
frameworkPublicKey,
[in]
unsigned
char[]
extraInfo) | 完成执行器注册,对口令模版信息进行对账,用于删除无效的口令模板及相关信息。
[
更多...
](
#onregisterfinish
)
|
|
[
OnSetData
](
interface_i_executor.md#onsetdata
)
([in]
unsigned
long
scheduleId,
[in]
unsigned
long
authSubType,
[in]
unsigned
char[]
data) | 设置口令数据,口令认证驱动处理注册或认证口令请求时,如果口令数据由口令认证服务获取,需要通过该接口将口令数据传给口令认证驱动。
[
更多...
](
interface_i_executor.md#onsetdata
)
|
|
[
OnSetData
](
interface_i_executor.md#onsetdata
)
([in]
unsigned
long
scheduleId,
[in]
unsigned
long
authSubType,
[in]
unsigned
char[]
data) | 设置口令数据,口令认证驱动处理注册或认证口令请求时,如果口令数据由口令认证服务获取,需要通过该接口将口令数据传给口令认证驱动。
[
更多...
](
interface_i_executor.md#onsetdata
)
|
|
[
Enroll
](
#enroll
)
([in]
unsigned
long
scheduleId,
[in]
unsigned
char[]
extraInfo,
[in]
[IExecutorCallback](interface_i_executor_callback.md)
callbackObj) | 注册口令。
[
更多...
](
#enroll
)
|
|
[
Enroll
](
#enroll
)
([in]
unsigned
long
scheduleId,
[in]
unsigned
char[]
extraInfo,
[in]
[IExecutorCallback](interface_
pin_
i_executor_callback.md)
callbackObj) | 注册口令。
[
更多...
](
#enroll
)
|
|
[
Authenticate
](
#authenticate
)
([in]
unsigned
long
scheduleId,
[in]
unsigned
long
templateId,
[in]
unsigned
char[]
extraInfo,
[in]
[IExecutorCallback](interface_i_executor_callback.md)
callbackObj) | 认证口令。
[ERROR:Invalid
link:zh-cn_topic_0000001304382272.xml#xref15713627408,link:zh-cn_topic_0000001304382272.xml](zh-cn_topic_0000001304382272.xml) |
|
[
Authenticate
](
#authenticate
)
([in]
unsigned
long
scheduleId,
[in]
unsigned
long
templateId,
[in]
unsigned
char[]
extraInfo,
[in]
[IExecutorCallback](interface_
pin_
i_executor_callback.md)
callbackObj) | 认证口令。
[ERROR:Invalid
link:zh-cn_topic_0000001304382272.xml#xref15713627408,link:zh-cn_topic_0000001304382272.xml](zh-cn_topic_0000001304382272.xml) |
|
[
Delete
](
#delete
)
([in]
unsigned
long
templateId) | 删除口令。
[
更多...
](
#delete
)
|
|
[
Delete
](
#delete
)
([in]
unsigned
long
templateId) | 删除口令。
[
更多...
](
#delete
)
|
|
[
SendCommand
](
#sendcommand
)
([in]
int
commandId,
[in]
unsigned
char[]
extraInfo,
[in]
[IExecutorCallback](interface_i_executor_callback.md)
callbackObj) | 发送口令认证功能相关操作命令。
[
更多...
](
#sendcommand
)
|
|
[
SendCommand
](
#sendcommand
)
([in]
int
commandId,
[in]
unsigned
char[]
extraInfo,
[in]
[IExecutorCallback](interface_
pin_
i_executor_callback.md)
callbackObj) | 发送口令认证功能相关操作命令。
[
更多...
](
#sendcommand
)
|
## **详细描述**
## **详细描述**
...
@@ -60,7 +60,7 @@ IExecutor::Authenticate ([in] unsigned long scheduleId, [in] unsigned long templ
...
@@ -60,7 +60,7 @@ IExecutor::Authenticate ([in] unsigned long scheduleId, [in] unsigned long templ
| scheduleId | 调度ID,用于标识一次操作请求的调度过程。 |
| scheduleId | 调度ID,用于标识一次操作请求的调度过程。 |
| templateId | 指定要认证的模版ID。 |
| templateId | 指定要认证的模版ID。 |
| extraInfo | 其他相关信息,用于支持信息扩展。 |
| extraInfo | 其他相关信息,用于支持信息扩展。 |
| callbackObj | 回调对象
[
IExecutorCallback
](
interface_i_executor_callback.md
)
。 |
| callbackObj | 回调对象
[
IExecutorCallback
](
interface_
pin_
i_executor_callback.md
)
。 |
**返回:**
**返回:**
...
@@ -134,7 +134,7 @@ IExecutor::Enroll ([in] unsigned long scheduleId, [in] unsigned char[] extraInfo
...
@@ -134,7 +134,7 @@ IExecutor::Enroll ([in] unsigned long scheduleId, [in] unsigned char[] extraInfo
| -------- | -------- |
| -------- | -------- |
| scheduleId | 调度ID,用于标识一次操作请求的调度过程。 |
| scheduleId | 调度ID,用于标识一次操作请求的调度过程。 |
| extraInfo | 其他相关信息,用于支持信息扩展。 |
| extraInfo | 其他相关信息,用于支持信息扩展。 |
| callbackObj | 回调对象
[
IExecutorCallback
](
interface_i_executor_callback.md
)
。 |
| callbackObj | 回调对象
[
IExecutorCallback
](
interface_
pin_
i_executor_callback.md
)
。 |
**返回:**
**返回:**
...
@@ -261,7 +261,7 @@ IExecutor::SendCommand ([in] int commandId, [in] unsigned char[] extraInfo, [in]
...
@@ -261,7 +261,7 @@ IExecutor::SendCommand ([in] int commandId, [in] unsigned char[] extraInfo, [in]
| -------- | -------- |
| -------- | -------- |
| commandId | 操作命令ID
[
CommandId
](
_hdf_pin_auth.md#commandid
)
。 |
| commandId | 操作命令ID
[
CommandId
](
_hdf_pin_auth.md#commandid
)
。 |
| extraInfo | 其他相关信息,用于支持信息扩展。 |
| extraInfo | 其他相关信息,用于支持信息扩展。 |
| callbackObj | 回调对象
[
IExecutorCallback
](
interface_i_executor_callback.md
)
。 |
| callbackObj | 回调对象
[
IExecutorCallback
](
interface_
pin_
i_executor_callback.md
)
。 |
**返回:**
**返回:**
...
...
zh-cn/device-dev/reference/hdi-apis/pin__auth_2_i_executor_8idl.md
浏览文件 @
9e91e0f0
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
| 类 | 描述 |
| 类 | 描述 |
| -------- | -------- |
| -------- | -------- |
|
[
IExecutor
](
interface_
i_executor.md
)
| 定义执行器接口,用于获取执行器,获取凭据模版信息,注册人脸特征模版,进行用户人脸认证,删除人脸特征模版等。
[
更多...
](
interface
_i_executor.md
)
|
|
[
IExecutor
](
interface_
pin_i_executor.md
)
| 定义执行器标准API接口。接口可用于获取执行器信息,获取凭据模版信息,注册口令,认证口令,删除口令等。
[
更多...
](
interface_pin
_i_executor.md
)
|
### 变量
### 变量
...
...
zh-cn/device-dev/reference/hdi-apis/pin__auth_2_i_executor_callback_8idl.md
浏览文件 @
9e91e0f0
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
| 类 | 描述 |
| 类 | 描述 |
| -------- | -------- |
| -------- | -------- |
|
[
IExecutorCallback
](
interface_
i_executor_callback.md
)
| 定义异步API接口回调,用于返回异步接口的请求处理结果和信息。使用细节见
[
IExecutor
](
interface_i_executor.md
)
。
[
更多...
](
interface
_i_executor_callback.md
)
|
|
[
IExecutorCallback
](
interface_
pin_i_executor_callback.md
)
| 定义异步API接口回调,用于返回异步接口的请求处理结果和信息。使用细节见
[
IExecutor
](
interface_pin_i_executor.md
)
。
[
更多...
](
interface_pin
_i_executor_callback.md
)
|
### 变量
### 变量
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
## **详细描述**
## **详细描述**
定义异步API接口回调,用于返回异步接口的请求处理结果和获取信息。使用细节见
[
IExecutor
](
interface_i_executor.md
)
。
定义异步API接口回调,用于返回异步接口的请求处理结果和获取信息。使用细节见
[
IExecutor
](
interface_
pin_
i_executor.md
)
。
**Since:**
**Since:**
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录