_executor_info.md 2.3 KB
Newer Older
D
hdi api  
duangavin123 已提交
1 2 3 4 5 6 7
# ExecutorInfo


## **概述**

**所属模块:**

D
hdi api  
duangavin123 已提交
8
[HdfFaceAuth](_hdf_face_auth.md) | [HdfPinAuth](_hdf_pin_auth.md)
D
hdi api  
duangavin123 已提交
9 10 11 12 13 14 15 16 17 18 19 20


## **汇总**


### Public 属性

  | Public 属性 | 描述 | 
| -------- | -------- |
| [sensorId](#sensorid) | 传感器ID,不同传感器在人脸/口令认证驱动内的唯一标识。 | 
| [executorType](#executortype) | 执行器类型,根据执行器支持的能力/算法类型进行分类。 | 
| [index](#index) | 用户认证框架的执行器索引。 | 
L
liyan 已提交
21
| [executorRole](#executorrole) | 执行器角色。 | 
D
hdi api  
duangavin123 已提交
22 23 24 25
| [authType](#authtype) | 用户认证凭据类型。 | 
| [esl](#esl) | 执行器安全等级。 | 
| [publicKey](#publickey) | 执行器公钥,用于校验该执行器私钥签名的信息。 | 
| [extraInfo](#extrainfo) | 其他相关信息,用于支持信息扩展。 | 
L
liyan 已提交
26
| [info](#info) | 执行器注册信息。 | 
D
hdi api  
duangavin123 已提交
27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65


## **详细描述**

执行器信息。

**Since:**

3.2

**Version:**

1.0


## **类成员变量说明**


### authType

  
```
enum AuthType ExecutorInfo::authType
```

**描述:**

用户认证凭据类型。


### esl

  
```
enum ExecutorSecureLevel ExecutorInfo::esl
```

**描述:**

L
liyan 已提交
66
执行器安全等级[ExecutorSecureLevel](_hdf_user_auth.md#executorsecurelevel)
D
hdi api  
duangavin123 已提交
67 68 69 70 71 72 73 74 75 76 77


### executorRole

  
```
enum ExecutorRole ExecutorInfo::executorRole
```

**描述:**

L
liyan 已提交
78
执行器角色[ExecutorRole](_hdf_user_auth.md#executorrole)
D
hdi api  
duangavin123 已提交
79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152


### executorType

  
```
unsigned int ExecutorInfo::executorType
```

**描述:**

执行器类型,根据执行器支持的能力/算法类型进行分类。


### extraInfo

  
```
unsigned char [] ExecutorInfo::extraInfo
```

**描述:**

其他相关信息,用于支持信息扩展。


### index

  
```
unsigned long ExecutorInfo::index
```

**描述:**

用户认证框架的执行器索引。


### info

  
```
struct ExecutorRegisterInfo ExecutorInfo::info
```

**描述:**

执行器注册信息ExecutorRegisterInfo。


### publicKey

  
```
unsigned char [] ExecutorInfo::publicKey
```

**描述:**

执行器公钥,用于校验该执行器私钥签名的信息。


### sensorId

  
```
unsigned short ExecutorInfo::sensorId
```

**描述:**

传感器ID,不同传感器在人脸认证驱动内的唯一标识。

传感器ID,不同传感器在口令认证驱动内的唯一标识。