• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1| Change Type | Old Version | New Version | d.ts File |
2| ---- | ------ | ------ | -------- |
3|Added|NA|Class name: AtManager<br>Method or attribute name: verifyAccessTokenSync(tokenID: number, permissionName: Permissions): GrantStatus;|@ohos.abilityAccessCtrl.d.ts|
4|Added|NA|Class name: AtManager<br>Method or attribute name: checkAccessToken(tokenID: number, permissionName: Permissions): Promise\<GrantStatus>;|@ohos.abilityAccessCtrl.d.ts|
5|Added|NA|Class name: AtManager<br>Method or attribute name: requestPermissionsFromUser(context: Context, permissionList: Array\<Permissions>, requestCallback: AsyncCallback\<PermissionRequestResult>) : void;|@ohos.abilityAccessCtrl.d.ts|
6|Added|NA|Class name: AtManager<br>Method or attribute name: requestPermissionsFromUser(context: Context, permissionList: Array\<Permissions>) : Promise\<PermissionRequestResult>;|@ohos.abilityAccessCtrl.d.ts|
7|Added|NA|Class name: AtManager<br>Method or attribute name: getVersion(): Promise\<number>;|@ohos.abilityAccessCtrl.d.ts|
8|Added|NA|Class name: AtManager<br>Method or attribute name: on(type: 'permissionStateChange', tokenIDList: Array\<number>, permissionList: Array\<Permissions>, callback: Callback\<PermissionStateChangeInfo>): void;|@ohos.abilityAccessCtrl.d.ts|
9|Added|NA|Class name: AtManager<br>Method or attribute name: off(type: 'permissionStateChange', tokenIDList: Array\<number>, permissionList: Array\<Permissions>, callback?: Callback\<PermissionStateChangeInfo>): void;|@ohos.abilityAccessCtrl.d.ts|
10|Added|NA|Module name: ohos.abilityAccessCtrl<br>Class name: PermissionStateChangeType|@ohos.abilityAccessCtrl.d.ts|
11|Added|NA|Class name: PermissionStateChangeType<br>Method or attribute name: |@ohos.abilityAccessCtrl.d.ts|
12|Added|NA|Module name: ohos.abilityAccessCtrl<br>Class name: PermissionStateChangeType<br>Method or attribute name: PERMISSION_REVOKED_OPER = 0|@ohos.abilityAccessCtrl.d.ts|
13|Added|NA|Class name: PermissionStateChangeType<br>Method or attribute name: PERMISSION_REVOKED_OPER = 0|@ohos.abilityAccessCtrl.d.ts|
14|Added|NA|Module name: ohos.abilityAccessCtrl<br>Class name: PermissionStateChangeType<br>Method or attribute name: PERMISSION_GRANTED_OPER = 1|@ohos.abilityAccessCtrl.d.ts|
15|Added|NA|Class name: PermissionStateChangeType<br>Method or attribute name: PERMISSION_GRANTED_OPER = 1|@ohos.abilityAccessCtrl.d.ts|
16|Added|NA|Module name: ohos.abilityAccessCtrl<br>Class name: PermissionStateChangeInfo|@ohos.abilityAccessCtrl.d.ts|
17|Added|NA|Class name: PermissionStateChangeInfo<br>Method or attribute name: |@ohos.abilityAccessCtrl.d.ts|
18|Added|NA|Module name: ohos.abilityAccessCtrl<br>Class name: PermissionStateChangeInfo<br>Method or attribute name: change: PermissionStateChangeType;|@ohos.abilityAccessCtrl.d.ts|
19|Added|NA|Class name: PermissionStateChangeInfo<br>Method or attribute name: change: PermissionStateChangeType;|@ohos.abilityAccessCtrl.d.ts|
20|Added|NA|Module name: ohos.abilityAccessCtrl<br>Class name: PermissionStateChangeInfo<br>Method or attribute name: tokenID: number;|@ohos.abilityAccessCtrl.d.ts|
21|Added|NA|Class name: PermissionStateChangeInfo<br>Method or attribute name: tokenID: number;|@ohos.abilityAccessCtrl.d.ts|
22|Added|NA|Module name: ohos.abilityAccessCtrl<br>Class name: PermissionStateChangeInfo<br>Method or attribute name: permissionName: Permissions;|@ohos.abilityAccessCtrl.d.ts|
23|Added|NA|Class name: PermissionStateChangeInfo<br>Method or attribute name: permissionName: Permissions;|@ohos.abilityAccessCtrl.d.ts|
24|Added|NA|Module name: ohos.privacyManager<br>Class name: privacyManager|@ohos.privacyManager.d.ts|
25|Added|NA|Module name: ohos.privacyManager<br>Class name: privacyManager<br>Method or attribute name: function addPermissionUsedRecord(tokenID: number, permissionName: Permissions, successCount: number, failCount: number): Promise\<void>;|@ohos.privacyManager.d.ts|
26|Added|NA|Module name: ohos.privacyManager<br>Class name: privacyManager<br>Method or attribute name: function addPermissionUsedRecord(tokenID: number, permissionName: Permissions, successCount: number, failCount: number, callback: AsyncCallback\<void>): void;|@ohos.privacyManager.d.ts|
27|Added|NA|Module name: ohos.privacyManager<br>Class name: privacyManager<br>Method or attribute name: function getPermissionUsedRecord(request: PermissionUsedRequest): Promise\<PermissionUsedResponse>;|@ohos.privacyManager.d.ts|
28|Added|NA|Module name: ohos.privacyManager<br>Class name: privacyManager<br>Method or attribute name: function getPermissionUsedRecord(request: PermissionUsedRequest, callback: AsyncCallback\<PermissionUsedResponse>): void;|@ohos.privacyManager.d.ts|
29|Added|NA|Module name: ohos.privacyManager<br>Class name: privacyManager<br>Method or attribute name: function startUsingPermission(tokenID: number, permissionName: Permissions): Promise\<void>;|@ohos.privacyManager.d.ts|
30|Added|NA|Module name: ohos.privacyManager<br>Class name: privacyManager<br>Method or attribute name: function startUsingPermission(tokenID: number, permissionName: Permissions, callback: AsyncCallback\<void>): void;|@ohos.privacyManager.d.ts|
31|Added|NA|Module name: ohos.privacyManager<br>Class name: privacyManager<br>Method or attribute name: function stopUsingPermission(tokenID: number, permissionName: Permissions): Promise\<void>;|@ohos.privacyManager.d.ts|
32|Added|NA|Module name: ohos.privacyManager<br>Class name: privacyManager<br>Method or attribute name: function stopUsingPermission(tokenID: number, permissionName: Permissions, callback: AsyncCallback\<void>): void;|@ohos.privacyManager.d.ts|
33|Added|NA|Module name: ohos.privacyManager<br>Class name: privacyManager<br>Method or attribute name: function on(type: 'activeStateChange', permissionList: Array\<Permissions>, callback: Callback\<ActiveChangeResponse>): void;|@ohos.privacyManager.d.ts|
34|Added|NA|Module name: ohos.privacyManager<br>Class name: privacyManager<br>Method or attribute name: function off(type: 'activeStateChange', permissionList: Array\<Permissions>, callback?: Callback\<ActiveChangeResponse>): void;|@ohos.privacyManager.d.ts|
35|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionActiveStatus|@ohos.privacyManager.d.ts|
36|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionActiveStatus<br>Method or attribute name: PERM_INACTIVE = 0|@ohos.privacyManager.d.ts|
37|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionActiveStatus<br>Method or attribute name: PERM_ACTIVE_IN_FOREGROUND = 1|@ohos.privacyManager.d.ts|
38|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionActiveStatus<br>Method or attribute name: PERM_ACTIVE_IN_BACKGROUND = 2|@ohos.privacyManager.d.ts|
39|Added|NA|Module name: ohos.privacyManager<br>Class name: ActiveChangeResponse|@ohos.privacyManager.d.ts|
40|Added|NA|Module name: ohos.privacyManager<br>Class name: ActiveChangeResponse<br>Method or attribute name: tokenId: number;|@ohos.privacyManager.d.ts|
41|Added|NA|Module name: ohos.privacyManager<br>Class name: ActiveChangeResponse<br>Method or attribute name: permissionName: Permissions;|@ohos.privacyManager.d.ts|
42|Added|NA|Module name: ohos.privacyManager<br>Class name: ActiveChangeResponse<br>Method or attribute name: deviceId: string;|@ohos.privacyManager.d.ts|
43|Added|NA|Module name: ohos.privacyManager<br>Class name: ActiveChangeResponse<br>Method or attribute name: activeStatus: PermissionActiveStatus;|@ohos.privacyManager.d.ts|
44|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsageFlag|@ohos.privacyManager.d.ts|
45|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsageFlag<br>Method or attribute name: FLAG_PERMISSION_USAGE_SUMMARY = 0|@ohos.privacyManager.d.ts|
46|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsageFlag<br>Method or attribute name: FLAG_PERMISSION_USAGE_DETAIL = 1|@ohos.privacyManager.d.ts|
47|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedRequest|@ohos.privacyManager.d.ts|
48|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedRequest<br>Method or attribute name: tokenId: number;|@ohos.privacyManager.d.ts|
49|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedRequest<br>Method or attribute name: isRemote: boolean;|@ohos.privacyManager.d.ts|
50|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedRequest<br>Method or attribute name: deviceId: string;|@ohos.privacyManager.d.ts|
51|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedRequest<br>Method or attribute name: bundleName: string;|@ohos.privacyManager.d.ts|
52|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedRequest<br>Method or attribute name: permissionNames: Array\<Permissions>;|@ohos.privacyManager.d.ts|
53|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedRequest<br>Method or attribute name: beginTime: number;|@ohos.privacyManager.d.ts|
54|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedRequest<br>Method or attribute name: endTime: number;|@ohos.privacyManager.d.ts|
55|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedRequest<br>Method or attribute name: flag: PermissionUsageFlag;|@ohos.privacyManager.d.ts|
56|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedResponse|@ohos.privacyManager.d.ts|
57|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedResponse<br>Method or attribute name: beginTime: number;|@ohos.privacyManager.d.ts|
58|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedResponse<br>Method or attribute name: endTime: number;|@ohos.privacyManager.d.ts|
59|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedResponse<br>Method or attribute name: bundleRecords: Array\<BundleUsedRecord>;|@ohos.privacyManager.d.ts|
60|Added|NA|Module name: ohos.privacyManager<br>Class name: BundleUsedRecord|@ohos.privacyManager.d.ts|
61|Added|NA|Module name: ohos.privacyManager<br>Class name: BundleUsedRecord<br>Method or attribute name: tokenId: number;|@ohos.privacyManager.d.ts|
62|Added|NA|Module name: ohos.privacyManager<br>Class name: BundleUsedRecord<br>Method or attribute name: isRemote: boolean;|@ohos.privacyManager.d.ts|
63|Added|NA|Module name: ohos.privacyManager<br>Class name: BundleUsedRecord<br>Method or attribute name: deviceId: string;|@ohos.privacyManager.d.ts|
64|Added|NA|Module name: ohos.privacyManager<br>Class name: BundleUsedRecord<br>Method or attribute name: bundleName: string;|@ohos.privacyManager.d.ts|
65|Added|NA|Module name: ohos.privacyManager<br>Class name: BundleUsedRecord<br>Method or attribute name: permissionRecords: Array\<PermissionUsedRecord>;|@ohos.privacyManager.d.ts|
66|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedRecord|@ohos.privacyManager.d.ts|
67|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedRecord<br>Method or attribute name: permissionName: Permissions;|@ohos.privacyManager.d.ts|
68|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedRecord<br>Method or attribute name: accessCount: number;|@ohos.privacyManager.d.ts|
69|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedRecord<br>Method or attribute name: rejectCount: number;|@ohos.privacyManager.d.ts|
70|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedRecord<br>Method or attribute name: lastAccessTime: number;|@ohos.privacyManager.d.ts|
71|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedRecord<br>Method or attribute name: lastRejectTime: number;|@ohos.privacyManager.d.ts|
72|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedRecord<br>Method or attribute name: lastAccessDuration: number;|@ohos.privacyManager.d.ts|
73|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedRecord<br>Method or attribute name: accessRecords: Array\<UsedRecordDetail>;|@ohos.privacyManager.d.ts|
74|Added|NA|Module name: ohos.privacyManager<br>Class name: PermissionUsedRecord<br>Method or attribute name: rejectRecords: Array\<UsedRecordDetail>;|@ohos.privacyManager.d.ts|
75|Added|NA|Module name: ohos.privacyManager<br>Class name: UsedRecordDetail|@ohos.privacyManager.d.ts|
76|Added|NA|Module name: ohos.privacyManager<br>Class name: UsedRecordDetail<br>Method or attribute name: status: number;|@ohos.privacyManager.d.ts|
77|Added|NA|Module name: ohos.privacyManager<br>Class name: UsedRecordDetail<br>Method or attribute name: timestamp: number;|@ohos.privacyManager.d.ts|
78|Added|NA|Module name: ohos.privacyManager<br>Class name: UsedRecordDetail<br>Method or attribute name: accessDuration: number;|@ohos.privacyManager.d.ts|
79|Added|NA|Module name: ohos.security.cert<br>Class name: cert|@ohos.security.cert.d.ts|
80|Added|NA|Module name: ohos.security.cert<br>Class name: CertResult|@ohos.security.cert.d.ts|
81|Added|NA|Module name: ohos.security.cert<br>Class name: CertResult<br>Method or attribute name: INVALID_PARAMS = 401|@ohos.security.cert.d.ts|
82|Added|NA|Module name: ohos.security.cert<br>Class name: CertResult<br>Method or attribute name: NOT_SUPPORT = 801|@ohos.security.cert.d.ts|
83|Added|NA|Module name: ohos.security.cert<br>Class name: CertResult<br>Method or attribute name: ERR_OUT_OF_MEMORY = 19020001|@ohos.security.cert.d.ts|
84|Added|NA|Module name: ohos.security.cert<br>Class name: CertResult<br>Method or attribute name: ERR_RUNTIME_ERROR = 19020002|@ohos.security.cert.d.ts|
85|Added|NA|Module name: ohos.security.cert<br>Class name: CertResult<br>Method or attribute name: ERR_CRYPTO_OPERATION = 19030001|@ohos.security.cert.d.ts|
86|Added|NA|Module name: ohos.security.cert<br>Class name: CertResult<br>Method or attribute name: ERR_CERT_SIGNATURE_FAILURE = 19030002|@ohos.security.cert.d.ts|
87|Added|NA|Module name: ohos.security.cert<br>Class name: CertResult<br>Method or attribute name: ERR_CERT_NOT_YET_VALID = 19030003|@ohos.security.cert.d.ts|
88|Added|NA|Module name: ohos.security.cert<br>Class name: CertResult<br>Method or attribute name: ERR_CERT_HAS_EXPIRED = 19030004|@ohos.security.cert.d.ts|
89|Added|NA|Module name: ohos.security.cert<br>Class name: CertResult<br>Method or attribute name: ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY = 19030005|@ohos.security.cert.d.ts|
90|Added|NA|Module name: ohos.security.cert<br>Class name: CertResult<br>Method or attribute name: ERR_KEYUSAGE_NO_CERTSIGN = 19030006|@ohos.security.cert.d.ts|
91|Added|NA|Module name: ohos.security.cert<br>Class name: CertResult<br>Method or attribute name: ERR_KEYUSAGE_NO_DIGITAL_SIGNATURE = 19030007|@ohos.security.cert.d.ts|
92|Added|NA|Module name: ohos.security.cert<br>Class name: DataBlob|@ohos.security.cert.d.ts|
93|Added|NA|Module name: ohos.security.cert<br>Class name: DataBlob<br>Method or attribute name: data : Uint8Array;|@ohos.security.cert.d.ts|
94|Added|NA|Module name: ohos.security.cert<br>Class name: DataArray|@ohos.security.cert.d.ts|
95|Added|NA|Module name: ohos.security.cert<br>Class name: DataArray<br>Method or attribute name: data : Array\<Uint8Array>;|@ohos.security.cert.d.ts|
96|Added|NA|Module name: ohos.security.cert<br>Class name: EncodingFormat|@ohos.security.cert.d.ts|
97|Added|NA|Module name: ohos.security.cert<br>Class name: EncodingFormat<br>Method or attribute name: FORMAT_DER = 0|@ohos.security.cert.d.ts|
98|Added|NA|Module name: ohos.security.cert<br>Class name: EncodingFormat<br>Method or attribute name: FORMAT_PEM = 1|@ohos.security.cert.d.ts|
99|Added|NA|Module name: ohos.security.cert<br>Class name: EncodingBlob|@ohos.security.cert.d.ts|
100|Added|NA|Module name: ohos.security.cert<br>Class name: EncodingBlob<br>Method or attribute name: data : Uint8Array;|@ohos.security.cert.d.ts|
101|Added|NA|Module name: ohos.security.cert<br>Class name: EncodingBlob<br>Method or attribute name: encodingFormat : EncodingFormat;|@ohos.security.cert.d.ts|
102|Added|NA|Module name: ohos.security.cert<br>Class name: CertChainData|@ohos.security.cert.d.ts|
103|Added|NA|Module name: ohos.security.cert<br>Class name: CertChainData<br>Method or attribute name: data: Uint8Array;|@ohos.security.cert.d.ts|
104|Added|NA|Module name: ohos.security.cert<br>Class name: CertChainData<br>Method or attribute name: count : number;|@ohos.security.cert.d.ts|
105|Added|NA|Module name: ohos.security.cert<br>Class name: CertChainData<br>Method or attribute name: encodingFormat: EncodingFormat;|@ohos.security.cert.d.ts|
106|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert|@ohos.security.cert.d.ts|
107|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: verify(key : cryptoFramework.PubKey, callback : AsyncCallback\<void>) : void;|@ohos.security.cert.d.ts|
108|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: verify(key : cryptoFramework.PubKey) : Promise\<void>;|@ohos.security.cert.d.ts|
109|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getEncoded(callback : AsyncCallback\<EncodingBlob>) : void;|@ohos.security.cert.d.ts|
110|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getEncoded() : Promise\<EncodingBlob>;|@ohos.security.cert.d.ts|
111|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getPublicKey() : cryptoFramework.PubKey;|@ohos.security.cert.d.ts|
112|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: checkValidityWithDate(date: string) : void;|@ohos.security.cert.d.ts|
113|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getVersion() : number;|@ohos.security.cert.d.ts|
114|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getSerialNumber() : number;|@ohos.security.cert.d.ts|
115|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getIssuerName() : DataBlob;|@ohos.security.cert.d.ts|
116|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getSubjectName() : DataBlob;|@ohos.security.cert.d.ts|
117|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getNotBeforeTime() : string;|@ohos.security.cert.d.ts|
118|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getNotAfterTime() : string;|@ohos.security.cert.d.ts|
119|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getSignature() : DataBlob;|@ohos.security.cert.d.ts|
120|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getSignatureAlgName() : string;|@ohos.security.cert.d.ts|
121|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getSignatureAlgOid() : string;|@ohos.security.cert.d.ts|
122|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getSignatureAlgParams() : DataBlob;|@ohos.security.cert.d.ts|
123|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getKeyUsage() : DataBlob;|@ohos.security.cert.d.ts|
124|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getExtKeyUsage() : DataArray;|@ohos.security.cert.d.ts|
125|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getBasicConstraints() : number;|@ohos.security.cert.d.ts|
126|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getSubjectAltNames() : DataArray;|@ohos.security.cert.d.ts|
127|Added|NA|Module name: ohos.security.cert<br>Class name: X509Cert<br>Method or attribute name: getIssuerAltNames() : DataArray;|@ohos.security.cert.d.ts|
128|Added|NA|Module name: ohos.security.cert<br>Class name: cert<br>Method or attribute name: function createX509Cert(inStream : EncodingBlob, callback : AsyncCallback\<X509Cert>) : void;|@ohos.security.cert.d.ts|
129|Added|NA|Module name: ohos.security.cert<br>Class name: cert<br>Method or attribute name: function createX509Cert(inStream : EncodingBlob) : Promise\<X509Cert>;|@ohos.security.cert.d.ts|
130|Added|NA|Module name: ohos.security.cert<br>Class name: X509CrlEntry|@ohos.security.cert.d.ts|
131|Added|NA|Module name: ohos.security.cert<br>Class name: X509CrlEntry<br>Method or attribute name: getEncoded(callback : AsyncCallback\<EncodingBlob>) : void;|@ohos.security.cert.d.ts|
132|Added|NA|Module name: ohos.security.cert<br>Class name: X509CrlEntry<br>Method or attribute name: getEncoded() : Promise\<EncodingBlob>;|@ohos.security.cert.d.ts|
133|Added|NA|Module name: ohos.security.cert<br>Class name: X509CrlEntry<br>Method or attribute name: getSerialNumber() : number;|@ohos.security.cert.d.ts|
134|Added|NA|Module name: ohos.security.cert<br>Class name: X509CrlEntry<br>Method or attribute name: getCertIssuer() : DataBlob;|@ohos.security.cert.d.ts|
135|Added|NA|Module name: ohos.security.cert<br>Class name: X509CrlEntry<br>Method or attribute name: getRevocationDate() : string;|@ohos.security.cert.d.ts|
136|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl|@ohos.security.cert.d.ts|
137|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: isRevoked(cert : X509Cert) : boolean;|@ohos.security.cert.d.ts|
138|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getType() : string;|@ohos.security.cert.d.ts|
139|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getEncoded(callback : AsyncCallback\<EncodingBlob>) : void;|@ohos.security.cert.d.ts|
140|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getEncoded() : Promise\<EncodingBlob>;|@ohos.security.cert.d.ts|
141|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: verify(key : cryptoFramework.PubKey, callback : AsyncCallback\<void>) : void;|@ohos.security.cert.d.ts|
142|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: verify(key : cryptoFramework.PubKey) : Promise\<void>;|@ohos.security.cert.d.ts|
143|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getVersion() : number;|@ohos.security.cert.d.ts|
144|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getIssuerName() : DataBlob;|@ohos.security.cert.d.ts|
145|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getLastUpdate() : string;|@ohos.security.cert.d.ts|
146|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getNextUpdate() : string;|@ohos.security.cert.d.ts|
147|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getRevokedCert(serialNumber : number) : X509CrlEntry;|@ohos.security.cert.d.ts|
148|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getRevokedCertWithCert(cert : X509Cert) : X509CrlEntry;|@ohos.security.cert.d.ts|
149|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getRevokedCerts(callback : AsyncCallback\<Array\<X509CrlEntry>>) : void;|@ohos.security.cert.d.ts|
150|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getRevokedCerts() : Promise\<Array\<X509CrlEntry>>;|@ohos.security.cert.d.ts|
151|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getTbsInfo() : DataBlob;|@ohos.security.cert.d.ts|
152|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getSignature() : DataBlob;|@ohos.security.cert.d.ts|
153|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getSignatureAlgName() : string;|@ohos.security.cert.d.ts|
154|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getSignatureAlgOid() : string;|@ohos.security.cert.d.ts|
155|Added|NA|Module name: ohos.security.cert<br>Class name: X509Crl<br>Method or attribute name: getSignatureAlgParams() : DataBlob;|@ohos.security.cert.d.ts|
156|Added|NA|Module name: ohos.security.cert<br>Class name: cert<br>Method or attribute name: function createX509Crl(inStream : EncodingBlob, callback : AsyncCallback\<X509Crl>) : void;|@ohos.security.cert.d.ts|
157|Added|NA|Module name: ohos.security.cert<br>Class name: cert<br>Method or attribute name: function createX509Crl(inStream : EncodingBlob) : Promise\<X509Crl>;|@ohos.security.cert.d.ts|
158|Added|NA|Module name: ohos.security.cert<br>Class name: CertChainValidator|@ohos.security.cert.d.ts|
159|Added|NA|Module name: ohos.security.cert<br>Class name: CertChainValidator<br>Method or attribute name: validate(certChain : CertChainData, callback : AsyncCallback\<void>) : void;|@ohos.security.cert.d.ts|
160|Added|NA|Module name: ohos.security.cert<br>Class name: CertChainValidator<br>Method or attribute name: validate(certChain : CertChainData) : Promise\<void>;|@ohos.security.cert.d.ts|
161|Added|NA|Module name: ohos.security.cert<br>Class name: CertChainValidator<br>Method or attribute name: readonly algorithm : string;|@ohos.security.cert.d.ts|
162|Added|NA|Module name: ohos.security.cert<br>Class name: cert<br>Method or attribute name: function createCertChainValidator(algorithm :string) : CertChainValidator;|@ohos.security.cert.d.ts|
163|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: cryptoFramework|@ohos.security.cryptoFramework.d.ts|
164|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Result|@ohos.security.cryptoFramework.d.ts|
165|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Result<br>Method or attribute name: INVALID_PARAMS = 401|@ohos.security.cryptoFramework.d.ts|
166|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Result<br>Method or attribute name: NOT_SUPPORT = 801|@ohos.security.cryptoFramework.d.ts|
167|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Result<br>Method or attribute name: ERR_OUT_OF_MEMORY = 17620001|@ohos.security.cryptoFramework.d.ts|
168|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Result<br>Method or attribute name: ERR_RUNTIME_ERROR = 17620002|@ohos.security.cryptoFramework.d.ts|
169|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Result<br>Method or attribute name: ERR_CRYPTO_OPERATION = 17630001|@ohos.security.cryptoFramework.d.ts|
170|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: DataBlob|@ohos.security.cryptoFramework.d.ts|
171|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: DataBlob<br>Method or attribute name: data : Uint8Array;|@ohos.security.cryptoFramework.d.ts|
172|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: ParamsSpec|@ohos.security.cryptoFramework.d.ts|
173|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: ParamsSpec<br>Method or attribute name: algName : string;|@ohos.security.cryptoFramework.d.ts|
174|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: IvParamsSpec|@ohos.security.cryptoFramework.d.ts|
175|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: IvParamsSpec<br>Method or attribute name: iv : DataBlob;|@ohos.security.cryptoFramework.d.ts|
176|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: GcmParamsSpec|@ohos.security.cryptoFramework.d.ts|
177|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: GcmParamsSpec<br>Method or attribute name: iv : DataBlob;|@ohos.security.cryptoFramework.d.ts|
178|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: GcmParamsSpec<br>Method or attribute name: aad : DataBlob;|@ohos.security.cryptoFramework.d.ts|
179|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: GcmParamsSpec<br>Method or attribute name: authTag : DataBlob;|@ohos.security.cryptoFramework.d.ts|
180|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: CcmParamsSpec|@ohos.security.cryptoFramework.d.ts|
181|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: CcmParamsSpec<br>Method or attribute name: iv : DataBlob;|@ohos.security.cryptoFramework.d.ts|
182|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: CcmParamsSpec<br>Method or attribute name: aad : DataBlob;|@ohos.security.cryptoFramework.d.ts|
183|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: CcmParamsSpec<br>Method or attribute name: authTag : DataBlob;|@ohos.security.cryptoFramework.d.ts|
184|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: CryptoMode|@ohos.security.cryptoFramework.d.ts|
185|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: CryptoMode<br>Method or attribute name: ENCRYPT_MODE = 0|@ohos.security.cryptoFramework.d.ts|
186|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: CryptoMode<br>Method or attribute name: DECRYPT_MODE = 1|@ohos.security.cryptoFramework.d.ts|
187|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Key|@ohos.security.cryptoFramework.d.ts|
188|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Key<br>Method or attribute name: getEncoded() : DataBlob;|@ohos.security.cryptoFramework.d.ts|
189|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Key<br>Method or attribute name: readonly format : string;|@ohos.security.cryptoFramework.d.ts|
190|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Key<br>Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts|
191|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: SymKey|@ohos.security.cryptoFramework.d.ts|
192|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: SymKey<br>Method or attribute name: clearMem() : void;|@ohos.security.cryptoFramework.d.ts|
193|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: PriKey|@ohos.security.cryptoFramework.d.ts|
194|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: PriKey<br>Method or attribute name: clearMem() : void;|@ohos.security.cryptoFramework.d.ts|
195|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: PubKey|@ohos.security.cryptoFramework.d.ts|
196|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: KeyPair|@ohos.security.cryptoFramework.d.ts|
197|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: KeyPair<br>Method or attribute name: readonly priKey : PriKey;|@ohos.security.cryptoFramework.d.ts|
198|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: KeyPair<br>Method or attribute name: readonly pubKey : PubKey;|@ohos.security.cryptoFramework.d.ts|
199|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Random|@ohos.security.cryptoFramework.d.ts|
200|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Random<br>Method or attribute name: generateRandom(len : number, callback: AsyncCallback\<DataBlob>) : void;|@ohos.security.cryptoFramework.d.ts|
201|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Random<br>Method or attribute name: generateRandom(len : number) : Promise\<DataBlob>;|@ohos.security.cryptoFramework.d.ts|
202|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Random<br>Method or attribute name: setSeed(seed : DataBlob) : void;|@ohos.security.cryptoFramework.d.ts|
203|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: cryptoFramework<br>Method or attribute name: function createRandom() : Random;|@ohos.security.cryptoFramework.d.ts|
204|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: AsyKeyGenerator|@ohos.security.cryptoFramework.d.ts|
205|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: AsyKeyGenerator<br>Method or attribute name: generateKeyPair(callback : AsyncCallback\<KeyPair>) : void;|@ohos.security.cryptoFramework.d.ts|
206|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: AsyKeyGenerator<br>Method or attribute name: generateKeyPair() : Promise\<KeyPair>;|@ohos.security.cryptoFramework.d.ts|
207|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: AsyKeyGenerator<br>Method or attribute name: convertKey(pubKey : DataBlob, priKey : DataBlob, callback : AsyncCallback\<KeyPair>) : void;|@ohos.security.cryptoFramework.d.ts|
208|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: AsyKeyGenerator<br>Method or attribute name: convertKey(pubKey : DataBlob, priKey : DataBlob) : Promise\<KeyPair>;|@ohos.security.cryptoFramework.d.ts|
209|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: AsyKeyGenerator<br>Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts|
210|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: SymKeyGenerator|@ohos.security.cryptoFramework.d.ts|
211|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: SymKeyGenerator<br>Method or attribute name: generateSymKey(callback : AsyncCallback\<SymKey>) : void;|@ohos.security.cryptoFramework.d.ts|
212|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: SymKeyGenerator<br>Method or attribute name: generateSymKey() : Promise\<SymKey>;|@ohos.security.cryptoFramework.d.ts|
213|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: SymKeyGenerator<br>Method or attribute name: convertKey(key : DataBlob, callback : AsyncCallback\<SymKey>) : void;|@ohos.security.cryptoFramework.d.ts|
214|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: SymKeyGenerator<br>Method or attribute name: convertKey(key : DataBlob) : Promise\<SymKey>;|@ohos.security.cryptoFramework.d.ts|
215|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: SymKeyGenerator<br>Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts|
216|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: cryptoFramework<br>Method or attribute name: function createAsyKeyGenerator(algName : string) : AsyKeyGenerator;|@ohos.security.cryptoFramework.d.ts|
217|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: cryptoFramework<br>Method or attribute name: function createSymKeyGenerator(algName : string) : SymKeyGenerator;|@ohos.security.cryptoFramework.d.ts|
218|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Mac|@ohos.security.cryptoFramework.d.ts|
219|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Mac<br>Method or attribute name: init(key : SymKey, callback : AsyncCallback\<void>) : void;|@ohos.security.cryptoFramework.d.ts|
220|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Mac<br>Method or attribute name: init(key : SymKey) : Promise\<void>;|@ohos.security.cryptoFramework.d.ts|
221|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Mac<br>Method or attribute name: update(input : DataBlob, callback : AsyncCallback\<void>) : void;|@ohos.security.cryptoFramework.d.ts|
222|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Mac<br>Method or attribute name: update(input : DataBlob) : Promise\<void>;|@ohos.security.cryptoFramework.d.ts|
223|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Mac<br>Method or attribute name: doFinal(callback : AsyncCallback\<DataBlob>) : void;|@ohos.security.cryptoFramework.d.ts|
224|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Mac<br>Method or attribute name: doFinal() : Promise\<DataBlob>;|@ohos.security.cryptoFramework.d.ts|
225|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Mac<br>Method or attribute name: getMacLength() : number;|@ohos.security.cryptoFramework.d.ts|
226|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Mac<br>Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts|
227|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: cryptoFramework<br>Method or attribute name: function createMac(algName : string) : Mac;|@ohos.security.cryptoFramework.d.ts|
228|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Md|@ohos.security.cryptoFramework.d.ts|
229|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Md<br>Method or attribute name: update(input : DataBlob, callback : AsyncCallback\<void>) : void;|@ohos.security.cryptoFramework.d.ts|
230|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Md<br>Method or attribute name: update(input : DataBlob) : Promise\<void>;|@ohos.security.cryptoFramework.d.ts|
231|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Md<br>Method or attribute name: digest(callback : AsyncCallback\<DataBlob>) : void;|@ohos.security.cryptoFramework.d.ts|
232|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Md<br>Method or attribute name: digest() : Promise\<DataBlob>;|@ohos.security.cryptoFramework.d.ts|
233|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Md<br>Method or attribute name: getMdLength() : number;|@ohos.security.cryptoFramework.d.ts|
234|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Md<br>Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts|
235|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: cryptoFramework<br>Method or attribute name: function createMd(algName : string) : Md;|@ohos.security.cryptoFramework.d.ts|
236|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Cipher|@ohos.security.cryptoFramework.d.ts|
237|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Cipher<br>Method or attribute name: init(opMode : CryptoMode, key : Key, params : ParamsSpec, callback : AsyncCallback\<void>) : void;|@ohos.security.cryptoFramework.d.ts|
238|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Cipher<br>Method or attribute name: init(opMode : CryptoMode, key : Key, params : ParamsSpec) : Promise\<void>;|@ohos.security.cryptoFramework.d.ts|
239|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Cipher<br>Method or attribute name: update(data : DataBlob, callback : AsyncCallback\<DataBlob>) : void;|@ohos.security.cryptoFramework.d.ts|
240|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Cipher<br>Method or attribute name: update(data : DataBlob) : Promise\<DataBlob>;|@ohos.security.cryptoFramework.d.ts|
241|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Cipher<br>Method or attribute name: doFinal(data : DataBlob, callback : AsyncCallback\<DataBlob>) : void;|@ohos.security.cryptoFramework.d.ts|
242|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Cipher<br>Method or attribute name: doFinal(data : DataBlob) : Promise\<DataBlob>;|@ohos.security.cryptoFramework.d.ts|
243|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Cipher<br>Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts|
244|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: cryptoFramework<br>Method or attribute name: function createCipher(transformation : string) : Cipher;|@ohos.security.cryptoFramework.d.ts|
245|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Sign|@ohos.security.cryptoFramework.d.ts|
246|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Sign<br>Method or attribute name: init(priKey : PriKey, callback : AsyncCallback\<void>) : void;|@ohos.security.cryptoFramework.d.ts|
247|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Sign<br>Method or attribute name: init(priKey : PriKey) : Promise\<void>;|@ohos.security.cryptoFramework.d.ts|
248|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Sign<br>Method or attribute name: update(data : DataBlob, callback : AsyncCallback\<void>) : void;|@ohos.security.cryptoFramework.d.ts|
249|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Sign<br>Method or attribute name: update(data : DataBlob) : Promise\<void>;|@ohos.security.cryptoFramework.d.ts|
250|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Sign<br>Method or attribute name: sign(data : DataBlob, callback : AsyncCallback\<DataBlob>) : void;|@ohos.security.cryptoFramework.d.ts|
251|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Sign<br>Method or attribute name: sign(data : DataBlob) : Promise\<DataBlob>;|@ohos.security.cryptoFramework.d.ts|
252|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Sign<br>Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts|
253|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Verify|@ohos.security.cryptoFramework.d.ts|
254|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Verify<br>Method or attribute name: init(pubKey : PubKey, callback : AsyncCallback\<void>) : void;|@ohos.security.cryptoFramework.d.ts|
255|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Verify<br>Method or attribute name: init(pubKey : PubKey) : Promise\<void>;|@ohos.security.cryptoFramework.d.ts|
256|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Verify<br>Method or attribute name: update(data : DataBlob, callback : AsyncCallback\<void>) : void;|@ohos.security.cryptoFramework.d.ts|
257|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Verify<br>Method or attribute name: update(data : DataBlob) : Promise\<void>;|@ohos.security.cryptoFramework.d.ts|
258|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Verify<br>Method or attribute name: verify(data : DataBlob, signatureData : DataBlob, callback : AsyncCallback\<boolean>) : void;|@ohos.security.cryptoFramework.d.ts|
259|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Verify<br>Method or attribute name: verify(data : DataBlob, signatureData : DataBlob) : Promise\<boolean>;|@ohos.security.cryptoFramework.d.ts|
260|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: Verify<br>Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts|
261|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: cryptoFramework<br>Method or attribute name: function createSign(algName : string) : Sign;|@ohos.security.cryptoFramework.d.ts|
262|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: cryptoFramework<br>Method or attribute name: function createVerify(algName : string) : Verify;|@ohos.security.cryptoFramework.d.ts|
263|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: KeyAgreement|@ohos.security.cryptoFramework.d.ts|
264|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: KeyAgreement<br>Method or attribute name: generateSecret(priKey : PriKey, pubKey : PubKey, callback : AsyncCallback\<DataBlob>) : void;|@ohos.security.cryptoFramework.d.ts|
265|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: KeyAgreement<br>Method or attribute name: generateSecret(priKey : PriKey, pubKey : PubKey) : Promise\<DataBlob>;|@ohos.security.cryptoFramework.d.ts|
266|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: KeyAgreement<br>Method or attribute name: readonly algName : string;|@ohos.security.cryptoFramework.d.ts|
267|Added|NA|Module name: ohos.security.cryptoFramework<br>Class name: cryptoFramework<br>Method or attribute name: function createKeyAgreement(algName : string) : KeyAgreement;|@ohos.security.cryptoFramework.d.ts|
268|Added|NA|Class name: huks<br>Method or attribute name: function generateKeyItem(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<void>) : void;|@ohos.security.huks.d.ts|
269|Added|NA|Class name: huks<br>Method or attribute name: function generateKeyItem(keyAlias: string, options: HuksOptions) : Promise\<void>;|@ohos.security.huks.d.ts|
270|Added|NA|Class name: huks<br>Method or attribute name: function deleteKeyItem(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<void>) : void;|@ohos.security.huks.d.ts|
271|Added|NA|Class name: huks<br>Method or attribute name: function deleteKeyItem(keyAlias: string, options: HuksOptions) : Promise\<void>;|@ohos.security.huks.d.ts|
272|Added|NA|Class name: huks<br>Method or attribute name: function importKeyItem(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<void>) : void;|@ohos.security.huks.d.ts|
273|Added|NA|Class name: huks<br>Method or attribute name: function importKeyItem(keyAlias: string, options: HuksOptions) : Promise\<void>;|@ohos.security.huks.d.ts|
274|Added|NA|Class name: huks<br>Method or attribute name: function importWrappedKeyItem(keyAlias: string, wrappingKeyAlias: string, options: HuksOptions, callback: AsyncCallback\<void>) : void;|@ohos.security.huks.d.ts|
275|Added|NA|Class name: huks<br>Method or attribute name: function importWrappedKeyItem(keyAlias: string, wrappingKeyAlias: string, options: HuksOptions) : Promise\<void>;|@ohos.security.huks.d.ts|
276|Added|NA|Class name: huks<br>Method or attribute name: function exportKeyItem(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksReturnResult>) : void;|@ohos.security.huks.d.ts|
277|Added|NA|Class name: huks<br>Method or attribute name: function exportKeyItem(keyAlias: string, options: HuksOptions) : Promise\<HuksReturnResult>;|@ohos.security.huks.d.ts|
278|Added|NA|Class name: huks<br>Method or attribute name: function getKeyItemProperties(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksReturnResult>) : void;|@ohos.security.huks.d.ts|
279|Added|NA|Class name: huks<br>Method or attribute name: function getKeyItemProperties(keyAlias: string, options: HuksOptions) : Promise\<HuksReturnResult>;|@ohos.security.huks.d.ts|
280|Added|NA|Class name: huks<br>Method or attribute name: function isKeyItemExist(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<boolean>) : void;|@ohos.security.huks.d.ts|
281|Added|NA|Class name: huks<br>Method or attribute name: function isKeyItemExist(keyAlias: string, options: HuksOptions) : Promise\<boolean>;|@ohos.security.huks.d.ts|
282|Added|NA|Class name: huks<br>Method or attribute name: function initSession(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksSessionHandle>) : void;|@ohos.security.huks.d.ts|
283|Added|NA|Class name: huks<br>Method or attribute name: function initSession(keyAlias: string, options: HuksOptions) : Promise\<HuksSessionHandle>;|@ohos.security.huks.d.ts|
284|Added|NA|Class name: huks<br>Method or attribute name: function updateSession(handle: number, options: HuksOptions, callback: AsyncCallback\<HuksReturnResult>) : void;|@ohos.security.huks.d.ts|
285|Added|NA|Class name: huks<br>Method or attribute name: function updateSession(handle: number, options: HuksOptions, token: Uint8Array, callback: AsyncCallback\<HuksReturnResult>) : void;|@ohos.security.huks.d.ts|
286|Added|NA|Class name: huks<br>Method or attribute name: function updateSession(handle: number, options: HuksOptions, token?: Uint8Array) : Promise\<HuksReturnResult>;|@ohos.security.huks.d.ts|
287|Added|NA|Class name: huks<br>Method or attribute name: function finishSession(handle: number, options: HuksOptions, callback: AsyncCallback\<HuksReturnResult>) : void;|@ohos.security.huks.d.ts|
288|Added|NA|Class name: huks<br>Method or attribute name: function finishSession(handle: number, options: HuksOptions, token: Uint8Array, callback: AsyncCallback\<HuksReturnResult>) : void;|@ohos.security.huks.d.ts|
289|Added|NA|Class name: huks<br>Method or attribute name: function finishSession(handle: number, options: HuksOptions, token?: Uint8Array) : Promise\<HuksReturnResult>;|@ohos.security.huks.d.ts|
290|Added|NA|Class name: huks<br>Method or attribute name: function abortSession(handle: number, options: HuksOptions, callback: AsyncCallback\<void>) : void;|@ohos.security.huks.d.ts|
291|Added|NA|Class name: huks<br>Method or attribute name: function abortSession(handle: number, options: HuksOptions) : Promise\<void>;|@ohos.security.huks.d.ts|
292|Added|NA|Class name: huks<br>Method or attribute name: function attestKeyItem(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksReturnResult>) : void;|@ohos.security.huks.d.ts|
293|Added|NA|Class name: huks<br>Method or attribute name: function attestKeyItem(keyAlias: string, options: HuksOptions) : Promise\<HuksReturnResult>;|@ohos.security.huks.d.ts|
294|Added|NA|Module name: ohos.security.huks<br>Class name: HuksSessionHandle|@ohos.security.huks.d.ts|
295|Added|NA|Class name: HuksSessionHandle<br>Method or attribute name: |@ohos.security.huks.d.ts|
296|Added|NA|Module name: ohos.security.huks<br>Class name: HuksSessionHandle<br>Method or attribute name: handle: number;|@ohos.security.huks.d.ts|
297|Added|NA|Class name: HuksSessionHandle<br>Method or attribute name: handle: number;|@ohos.security.huks.d.ts|
298|Added|NA|Module name: ohos.security.huks<br>Class name: HuksSessionHandle<br>Method or attribute name: challenge?: Uint8Array;|@ohos.security.huks.d.ts|
299|Added|NA|Class name: HuksSessionHandle<br>Method or attribute name: challenge?: Uint8Array;|@ohos.security.huks.d.ts|
300|Added|NA|Module name: ohos.security.huks<br>Class name: HuksReturnResult|@ohos.security.huks.d.ts|
301|Added|NA|Class name: HuksReturnResult<br>Method or attribute name: |@ohos.security.huks.d.ts|
302|Added|NA|Module name: ohos.security.huks<br>Class name: HuksReturnResult<br>Method or attribute name: outData?: Uint8Array;|@ohos.security.huks.d.ts|
303|Added|NA|Class name: HuksReturnResult<br>Method or attribute name: outData?: Uint8Array;|@ohos.security.huks.d.ts|
304|Added|NA|Module name: ohos.security.huks<br>Class name: HuksReturnResult<br>Method or attribute name: properties?: Array\<HuksParam>;|@ohos.security.huks.d.ts|
305|Added|NA|Class name: HuksReturnResult<br>Method or attribute name: properties?: Array\<HuksParam>;|@ohos.security.huks.d.ts|
306|Added|NA|Module name: ohos.security.huks<br>Class name: HuksReturnResult<br>Method or attribute name: certChains?: Array\<string>;|@ohos.security.huks.d.ts|
307|Added|NA|Class name: HuksReturnResult<br>Method or attribute name: certChains?: Array\<string>;|@ohos.security.huks.d.ts|
308|Added|NA|Module name: ohos.security.huks<br>Class name: HuksExceptionErrCode|@ohos.security.huks.d.ts|
309|Added|NA|Class name: HuksExceptionErrCode<br>Method or attribute name: |@ohos.security.huks.d.ts|
310|Added|NA|Module name: ohos.security.huks<br>Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_PERMISSION_FAIL = 201|@ohos.security.huks.d.ts|
311|Added|NA|Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_PERMISSION_FAIL = 201|@ohos.security.huks.d.ts|
312|Added|NA|Module name: ohos.security.huks<br>Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_ILLEGAL_ARGUMENT = 401|@ohos.security.huks.d.ts|
313|Added|NA|Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_ILLEGAL_ARGUMENT = 401|@ohos.security.huks.d.ts|
314|Added|NA|Module name: ohos.security.huks<br>Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_NOT_SUPPORTED_API = 801|@ohos.security.huks.d.ts|
315|Added|NA|Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_NOT_SUPPORTED_API = 801|@ohos.security.huks.d.ts|
316|Added|NA|Module name: ohos.security.huks<br>Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_FEATURE_NOT_SUPPORTED = 12000001|@ohos.security.huks.d.ts|
317|Added|NA|Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_FEATURE_NOT_SUPPORTED = 12000001|@ohos.security.huks.d.ts|
318|Added|NA|Module name: ohos.security.huks<br>Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_MISSING_CRYPTO_ALG_ARGUMENT = 12000002|@ohos.security.huks.d.ts|
319|Added|NA|Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_MISSING_CRYPTO_ALG_ARGUMENT = 12000002|@ohos.security.huks.d.ts|
320|Added|NA|Module name: ohos.security.huks<br>Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_INVALID_CRYPTO_ALG_ARGUMENT = 12000003|@ohos.security.huks.d.ts|
321|Added|NA|Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_INVALID_CRYPTO_ALG_ARGUMENT = 12000003|@ohos.security.huks.d.ts|
322|Added|NA|Module name: ohos.security.huks<br>Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_FILE_OPERATION_FAIL = 12000004|@ohos.security.huks.d.ts|
323|Added|NA|Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_FILE_OPERATION_FAIL = 12000004|@ohos.security.huks.d.ts|
324|Added|NA|Module name: ohos.security.huks<br>Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_COMMUNICATION_FAIL = 12000005|@ohos.security.huks.d.ts|
325|Added|NA|Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_COMMUNICATION_FAIL = 12000005|@ohos.security.huks.d.ts|
326|Added|NA|Module name: ohos.security.huks<br>Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_CRYPTO_FAIL = 12000006|@ohos.security.huks.d.ts|
327|Added|NA|Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_CRYPTO_FAIL = 12000006|@ohos.security.huks.d.ts|
328|Added|NA|Module name: ohos.security.huks<br>Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_KEY_AUTH_PERMANENTLY_INVALIDATED = 12000007|@ohos.security.huks.d.ts|
329|Added|NA|Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_KEY_AUTH_PERMANENTLY_INVALIDATED = 12000007|@ohos.security.huks.d.ts|
330|Added|NA|Module name: ohos.security.huks<br>Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_KEY_AUTH_VERIFY_FAILED = 12000008|@ohos.security.huks.d.ts|
331|Added|NA|Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_KEY_AUTH_VERIFY_FAILED = 12000008|@ohos.security.huks.d.ts|
332|Added|NA|Module name: ohos.security.huks<br>Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_KEY_AUTH_TIME_OUT = 12000009|@ohos.security.huks.d.ts|
333|Added|NA|Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_KEY_AUTH_TIME_OUT = 12000009|@ohos.security.huks.d.ts|
334|Added|NA|Module name: ohos.security.huks<br>Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_SESSION_LIMIT = 12000010|@ohos.security.huks.d.ts|
335|Added|NA|Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_SESSION_LIMIT = 12000010|@ohos.security.huks.d.ts|
336|Added|NA|Module name: ohos.security.huks<br>Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_ITEM_NOT_EXIST = 12000011|@ohos.security.huks.d.ts|
337|Added|NA|Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_ITEM_NOT_EXIST = 12000011|@ohos.security.huks.d.ts|
338|Added|NA|Module name: ohos.security.huks<br>Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_EXTERNAL_ERROR = 12000012|@ohos.security.huks.d.ts|
339|Added|NA|Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_EXTERNAL_ERROR = 12000012|@ohos.security.huks.d.ts|
340|Added|NA|Module name: ohos.security.huks<br>Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_CREDENTIAL_NOT_EXIST = 12000013|@ohos.security.huks.d.ts|
341|Added|NA|Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_CREDENTIAL_NOT_EXIST = 12000013|@ohos.security.huks.d.ts|
342|Added|NA|Module name: ohos.security.huks<br>Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_INSUFFICIENT_MEMORY = 12000014|@ohos.security.huks.d.ts|
343|Added|NA|Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_INSUFFICIENT_MEMORY = 12000014|@ohos.security.huks.d.ts|
344|Added|NA|Module name: ohos.security.huks<br>Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_CALL_SERVICE_FAILED = 12000015|@ohos.security.huks.d.ts|
345|Added|NA|Class name: HuksExceptionErrCode<br>Method or attribute name: HUKS_ERR_CODE_CALL_SERVICE_FAILED = 12000015|@ohos.security.huks.d.ts|
346|Added|NA|Module name: ohos.security.huks<br>Class name: HuksKeyDigest<br>Method or attribute name: HUKS_DIGEST_SM3 = 2|@ohos.security.huks.d.ts|
347|Added|NA|Class name: HuksKeyDigest<br>Method or attribute name: HUKS_DIGEST_SM3 = 2|@ohos.security.huks.d.ts|
348|Added|NA|Module name: ohos.security.huks<br>Class name: HuksKeySize<br>Method or attribute name: HUKS_SM2_KEY_SIZE_256 = 256|@ohos.security.huks.d.ts|
349|Added|NA|Class name: HuksKeySize<br>Method or attribute name: HUKS_SM2_KEY_SIZE_256 = 256|@ohos.security.huks.d.ts|
350|Added|NA|Module name: ohos.security.huks<br>Class name: HuksKeySize<br>Method or attribute name: HUKS_SM4_KEY_SIZE_128 = 128|@ohos.security.huks.d.ts|
351|Added|NA|Class name: HuksKeySize<br>Method or attribute name: HUKS_SM4_KEY_SIZE_128 = 128|@ohos.security.huks.d.ts|
352|Added|NA|Module name: ohos.security.huks<br>Class name: HuksKeyAlg<br>Method or attribute name: HUKS_ALG_SM2 = 150|@ohos.security.huks.d.ts|
353|Added|NA|Class name: HuksKeyAlg<br>Method or attribute name: HUKS_ALG_SM2 = 150|@ohos.security.huks.d.ts|
354|Added|NA|Module name: ohos.security.huks<br>Class name: HuksKeyAlg<br>Method or attribute name: HUKS_ALG_SM3 = 151|@ohos.security.huks.d.ts|
355|Added|NA|Class name: HuksKeyAlg<br>Method or attribute name: HUKS_ALG_SM3 = 151|@ohos.security.huks.d.ts|
356|Added|NA|Module name: ohos.security.huks<br>Class name: HuksKeyAlg<br>Method or attribute name: HUKS_ALG_SM4 = 152|@ohos.security.huks.d.ts|
357|Added|NA|Class name: HuksKeyAlg<br>Method or attribute name: HUKS_ALG_SM4 = 152|@ohos.security.huks.d.ts|
358|Added|NA|Module name: ohos.security.huks<br>Class name: HuksUnwrapSuite|@ohos.security.huks.d.ts|
359|Added|NA|Class name: HuksUnwrapSuite<br>Method or attribute name: |@ohos.security.huks.d.ts|
360|Added|NA|Module name: ohos.security.huks<br>Class name: HuksUnwrapSuite<br>Method or attribute name: HUKS_UNWRAP_SUITE_X25519_AES_256_GCM_NOPADDING = 1|@ohos.security.huks.d.ts|
361|Added|NA|Class name: HuksUnwrapSuite<br>Method or attribute name: HUKS_UNWRAP_SUITE_X25519_AES_256_GCM_NOPADDING = 1|@ohos.security.huks.d.ts|
362|Added|NA|Module name: ohos.security.huks<br>Class name: HuksUnwrapSuite<br>Method or attribute name: HUKS_UNWRAP_SUITE_ECDH_AES_256_GCM_NOPADDING = 2|@ohos.security.huks.d.ts|
363|Added|NA|Class name: HuksUnwrapSuite<br>Method or attribute name: HUKS_UNWRAP_SUITE_ECDH_AES_256_GCM_NOPADDING = 2|@ohos.security.huks.d.ts|
364|Added|NA|Module name: ohos.security.huks<br>Class name: HuksImportKeyType|@ohos.security.huks.d.ts|
365|Added|NA|Class name: HuksImportKeyType<br>Method or attribute name: |@ohos.security.huks.d.ts|
366|Added|NA|Module name: ohos.security.huks<br>Class name: HuksImportKeyType<br>Method or attribute name: HUKS_KEY_TYPE_PUBLIC_KEY = 0|@ohos.security.huks.d.ts|
367|Added|NA|Class name: HuksImportKeyType<br>Method or attribute name: HUKS_KEY_TYPE_PUBLIC_KEY = 0|@ohos.security.huks.d.ts|
368|Added|NA|Module name: ohos.security.huks<br>Class name: HuksImportKeyType<br>Method or attribute name: HUKS_KEY_TYPE_PRIVATE_KEY = 1|@ohos.security.huks.d.ts|
369|Added|NA|Class name: HuksImportKeyType<br>Method or attribute name: HUKS_KEY_TYPE_PRIVATE_KEY = 1|@ohos.security.huks.d.ts|
370|Added|NA|Module name: ohos.security.huks<br>Class name: HuksImportKeyType<br>Method or attribute name: HUKS_KEY_TYPE_KEY_PAIR = 2|@ohos.security.huks.d.ts|
371|Added|NA|Class name: HuksImportKeyType<br>Method or attribute name: HUKS_KEY_TYPE_KEY_PAIR = 2|@ohos.security.huks.d.ts|
372|Added|NA|Module name: ohos.security.huks<br>Class name: HuksUserAuthType|@ohos.security.huks.d.ts|
373|Added|NA|Class name: HuksUserAuthType<br>Method or attribute name: |@ohos.security.huks.d.ts|
374|Added|NA|Module name: ohos.security.huks<br>Class name: HuksUserAuthType<br>Method or attribute name: HUKS_USER_AUTH_TYPE_FINGERPRINT = 1 \<\< 0|@ohos.security.huks.d.ts|
375|Added|NA|Class name: HuksUserAuthType<br>Method or attribute name: HUKS_USER_AUTH_TYPE_FINGERPRINT = 1 \<\< 0|@ohos.security.huks.d.ts|
376|Added|NA|Module name: ohos.security.huks<br>Class name: HuksUserAuthType<br>Method or attribute name: HUKS_USER_AUTH_TYPE_FACE = 1 \<\< 1|@ohos.security.huks.d.ts|
377|Added|NA|Class name: HuksUserAuthType<br>Method or attribute name: HUKS_USER_AUTH_TYPE_FACE = 1 \<\< 1|@ohos.security.huks.d.ts|
378|Added|NA|Module name: ohos.security.huks<br>Class name: HuksUserAuthType<br>Method or attribute name: HUKS_USER_AUTH_TYPE_PIN = 1 \<\< 2|@ohos.security.huks.d.ts|
379|Added|NA|Class name: HuksUserAuthType<br>Method or attribute name: HUKS_USER_AUTH_TYPE_PIN = 1 \<\< 2|@ohos.security.huks.d.ts|
380|Added|NA|Module name: ohos.security.huks<br>Class name: HuksAuthAccessType|@ohos.security.huks.d.ts|
381|Added|NA|Class name: HuksAuthAccessType<br>Method or attribute name: |@ohos.security.huks.d.ts|
382|Added|NA|Module name: ohos.security.huks<br>Class name: HuksAuthAccessType<br>Method or attribute name: HUKS_AUTH_ACCESS_INVALID_CLEAR_PASSWORD = 1 \<\< 0|@ohos.security.huks.d.ts|
383|Added|NA|Class name: HuksAuthAccessType<br>Method or attribute name: HUKS_AUTH_ACCESS_INVALID_CLEAR_PASSWORD = 1 \<\< 0|@ohos.security.huks.d.ts|
384|Added|NA|Module name: ohos.security.huks<br>Class name: HuksAuthAccessType<br>Method or attribute name: HUKS_AUTH_ACCESS_INVALID_NEW_BIO_ENROLL = 1 \<\< 1|@ohos.security.huks.d.ts|
385|Added|NA|Class name: HuksAuthAccessType<br>Method or attribute name: HUKS_AUTH_ACCESS_INVALID_NEW_BIO_ENROLL = 1 \<\< 1|@ohos.security.huks.d.ts|
386|Added|NA|Module name: ohos.security.huks<br>Class name: HuksChallengeType|@ohos.security.huks.d.ts|
387|Added|NA|Class name: HuksChallengeType<br>Method or attribute name: |@ohos.security.huks.d.ts|
388|Added|NA|Module name: ohos.security.huks<br>Class name: HuksChallengeType<br>Method or attribute name: HUKS_CHALLENGE_TYPE_NORMAL = 0|@ohos.security.huks.d.ts|
389|Added|NA|Class name: HuksChallengeType<br>Method or attribute name: HUKS_CHALLENGE_TYPE_NORMAL = 0|@ohos.security.huks.d.ts|
390|Added|NA|Module name: ohos.security.huks<br>Class name: HuksChallengeType<br>Method or attribute name: HUKS_CHALLENGE_TYPE_CUSTOM = 1|@ohos.security.huks.d.ts|
391|Added|NA|Class name: HuksChallengeType<br>Method or attribute name: HUKS_CHALLENGE_TYPE_CUSTOM = 1|@ohos.security.huks.d.ts|
392|Added|NA|Module name: ohos.security.huks<br>Class name: HuksChallengeType<br>Method or attribute name: HUKS_CHALLENGE_TYPE_NONE = 2|@ohos.security.huks.d.ts|
393|Added|NA|Class name: HuksChallengeType<br>Method or attribute name: HUKS_CHALLENGE_TYPE_NONE = 2|@ohos.security.huks.d.ts|
394|Added|NA|Module name: ohos.security.huks<br>Class name: HuksChallengePosition|@ohos.security.huks.d.ts|
395|Added|NA|Class name: HuksChallengePosition<br>Method or attribute name: |@ohos.security.huks.d.ts|
396|Added|NA|Module name: ohos.security.huks<br>Class name: HuksChallengePosition<br>Method or attribute name: HUKS_CHALLENGE_POS_0 = 0|@ohos.security.huks.d.ts|
397|Added|NA|Class name: HuksChallengePosition<br>Method or attribute name: HUKS_CHALLENGE_POS_0 = 0|@ohos.security.huks.d.ts|
398|Added|NA|Module name: ohos.security.huks<br>Class name: HuksChallengePosition<br>Method or attribute name: HUKS_CHALLENGE_POS_1|@ohos.security.huks.d.ts|
399|Added|NA|Class name: HuksChallengePosition<br>Method or attribute name: HUKS_CHALLENGE_POS_1|@ohos.security.huks.d.ts|
400|Added|NA|Module name: ohos.security.huks<br>Class name: HuksChallengePosition<br>Method or attribute name: HUKS_CHALLENGE_POS_2|@ohos.security.huks.d.ts|
401|Added|NA|Class name: HuksChallengePosition<br>Method or attribute name: HUKS_CHALLENGE_POS_2|@ohos.security.huks.d.ts|
402|Added|NA|Module name: ohos.security.huks<br>Class name: HuksChallengePosition<br>Method or attribute name: HUKS_CHALLENGE_POS_3|@ohos.security.huks.d.ts|
403|Added|NA|Class name: HuksChallengePosition<br>Method or attribute name: HUKS_CHALLENGE_POS_3|@ohos.security.huks.d.ts|
404|Added|NA|Module name: ohos.security.huks<br>Class name: HuksSecureSignType|@ohos.security.huks.d.ts|
405|Added|NA|Class name: HuksSecureSignType<br>Method or attribute name: |@ohos.security.huks.d.ts|
406|Added|NA|Module name: ohos.security.huks<br>Class name: HuksSecureSignType<br>Method or attribute name: HUKS_SECURE_SIGN_WITH_AUTHINFO = 1|@ohos.security.huks.d.ts|
407|Added|NA|Class name: HuksSecureSignType<br>Method or attribute name: HUKS_SECURE_SIGN_WITH_AUTHINFO = 1|@ohos.security.huks.d.ts|
408|Added|NA|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_IMPORT_KEY_TYPE = HuksTagType.HUKS_TAG_TYPE_UINT \| 25|@ohos.security.huks.d.ts|
409|Added|NA|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_UNWRAP_ALGORITHM_SUITE = HuksTagType.HUKS_TAG_TYPE_UINT \| 26|@ohos.security.huks.d.ts|
410|Added|NA|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_KEY_AUTH_ACCESS_TYPE = HuksTagType.HUKS_TAG_TYPE_UINT \| 307|@ohos.security.huks.d.ts|
411|Added|NA|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_KEY_SECURE_SIGN_TYPE = HuksTagType.HUKS_TAG_TYPE_UINT \| 308|@ohos.security.huks.d.ts|
412|Added|NA|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_CHALLENGE_TYPE = HuksTagType.HUKS_TAG_TYPE_UINT \| 309|@ohos.security.huks.d.ts|
413|Added|NA|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_CHALLENGE_POS = HuksTagType.HUKS_TAG_TYPE_UINT \| 310|@ohos.security.huks.d.ts|
414|Added|NA|Module name: PermissionRequestResult<br>Class name: PermissionRequestResult|PermissionRequestResult.d.ts|
415|Added|NA|Module name: PermissionRequestResult<br>Class name: PermissionRequestResult<br>Method or attribute name: permissions: Array\<string>;|PermissionRequestResult.d.ts|
416|Added|NA|Module name: PermissionRequestResult<br>Class name: PermissionRequestResult<br>Method or attribute name: authResults: Array\<number>;|PermissionRequestResult.d.ts|
417|Deprecated version changed|Class name: AtManager<br>Method or attribute name: verifyAccessToken(tokenID: number, permissionName: string): Promise\<GrantStatus>;<br>Deprecated version: N/A|Class name: AtManager<br>Method or attribute name: verifyAccessToken(tokenID: number, permissionName: string): Promise\<GrantStatus>;<br>Deprecated version: 9<br>Substitute API: ohos.abilityAccessCtrl.AtManager|@ohos.abilityAccessCtrl.d.ts|
418|Deprecated version changed|Class name: huks<br>Method or attribute name: function generateKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>Deprecated version: N/A|Class name: huks<br>Method or attribute name: function generateKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.generateKeyItem     |@ohos.security.huks.d.ts|
419|Deprecated version changed|Class name: huks<br>Method or attribute name: function generateKey(keyAlias: string, options: HuksOptions) : Promise\<HuksResult>;<br>Deprecated version: N/A|Class name: huks<br>Method or attribute name: function generateKey(keyAlias: string, options: HuksOptions) : Promise\<HuksResult>;<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.generateKeyItem     |@ohos.security.huks.d.ts|
420|Deprecated version changed|Class name: huks<br>Method or attribute name: function deleteKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>Deprecated version: N/A|Class name: huks<br>Method or attribute name: function deleteKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.deleteKeyItem     |@ohos.security.huks.d.ts|
421|Deprecated version changed|Class name: huks<br>Method or attribute name: function deleteKey(keyAlias: string, options: HuksOptions) : Promise\<HuksResult>;<br>Deprecated version: N/A|Class name: huks<br>Method or attribute name: function deleteKey(keyAlias: string, options: HuksOptions) : Promise\<HuksResult>;<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.deleteKeyItem     |@ohos.security.huks.d.ts|
422|Deprecated version changed|Class name: huks<br>Method or attribute name: function importKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>Deprecated version: N/A|Class name: huks<br>Method or attribute name: function importKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.importKeyItem     |@ohos.security.huks.d.ts|
423|Deprecated version changed|Class name: huks<br>Method or attribute name: function importKey(keyAlias: string, options: HuksOptions) : Promise\<HuksResult>;<br>Deprecated version: N/A|Class name: huks<br>Method or attribute name: function importKey(keyAlias: string, options: HuksOptions) : Promise\<HuksResult>;<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.importKeyItem     |@ohos.security.huks.d.ts|
424|Deprecated version changed|Class name: huks<br>Method or attribute name: function exportKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>Deprecated version: N/A|Class name: huks<br>Method or attribute name: function exportKey(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.exportKeyItem     |@ohos.security.huks.d.ts|
425|Deprecated version changed|Class name: huks<br>Method or attribute name: function exportKey(keyAlias: string, options: HuksOptions) : Promise\<HuksResult>;<br>Deprecated version: N/A|Class name: huks<br>Method or attribute name: function exportKey(keyAlias: string, options: HuksOptions) : Promise\<HuksResult>;<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.exportKeyItem     |@ohos.security.huks.d.ts|
426|Deprecated version changed|Class name: huks<br>Method or attribute name: function getKeyProperties(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>Deprecated version: N/A|Class name: huks<br>Method or attribute name: function getKeyProperties(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.getKeyItemProperties     |@ohos.security.huks.d.ts|
427|Deprecated version changed|Class name: huks<br>Method or attribute name: function getKeyProperties(keyAlias: string, options: HuksOptions) : Promise\<HuksResult>;<br>Deprecated version: N/A|Class name: huks<br>Method or attribute name: function getKeyProperties(keyAlias: string, options: HuksOptions) : Promise\<HuksResult>;<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.getKeyItemProperties     |@ohos.security.huks.d.ts|
428|Deprecated version changed|Class name: huks<br>Method or attribute name: function isKeyExist(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<boolean>) : void;<br>Deprecated version: N/A|Class name: huks<br>Method or attribute name: function isKeyExist(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<boolean>) : void;<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.isKeyItemExist     |@ohos.security.huks.d.ts|
429|Deprecated version changed|Class name: huks<br>Method or attribute name: function isKeyExist(keyAlias: string, options: HuksOptions) : Promise\<boolean>;<br>Deprecated version: N/A|Class name: huks<br>Method or attribute name: function isKeyExist(keyAlias: string, options: HuksOptions) : Promise\<boolean>;<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.isKeyItemExist     |@ohos.security.huks.d.ts|
430|Deprecated version changed|Class name: huks<br>Method or attribute name: function init(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksHandle>) : void;<br>Deprecated version: N/A|Class name: huks<br>Method or attribute name: function init(keyAlias: string, options: HuksOptions, callback: AsyncCallback\<HuksHandle>) : void;<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.initSession     |@ohos.security.huks.d.ts|
431|Deprecated version changed|Class name: huks<br>Method or attribute name: function init(keyAlias: string, options: HuksOptions) : Promise\<HuksHandle>;<br>Deprecated version: N/A|Class name: huks<br>Method or attribute name: function init(keyAlias: string, options: HuksOptions) : Promise\<HuksHandle>;<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.initSession     |@ohos.security.huks.d.ts|
432|Deprecated version changed|Class name: huks<br>Method or attribute name: function update(handle: number, token?: Uint8Array, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>Deprecated version: N/A|Class name: huks<br>Method or attribute name: function update(handle: number, token?: Uint8Array, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.updateSession     |@ohos.security.huks.d.ts|
433|Deprecated version changed|Class name: huks<br>Method or attribute name: function update(handle: number, token?: Uint8Array, options: HuksOptions) : Promise\<HuksResult>;<br>Deprecated version: N/A|Class name: huks<br>Method or attribute name: function update(handle: number, token?: Uint8Array, options: HuksOptions) : Promise\<HuksResult>;<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.updateSession     |@ohos.security.huks.d.ts|
434|Deprecated version changed|Class name: huks<br>Method or attribute name: function finish(handle: number, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>Deprecated version: N/A|Class name: huks<br>Method or attribute name: function finish(handle: number, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.finishSession     |@ohos.security.huks.d.ts|
435|Deprecated version changed|Class name: huks<br>Method or attribute name: function finish(handle: number, options: HuksOptions) : Promise\<HuksResult>;<br>Deprecated version: N/A|Class name: huks<br>Method or attribute name: function finish(handle: number, options: HuksOptions) : Promise\<HuksResult>;<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.finishSession     |@ohos.security.huks.d.ts|
436|Deprecated version changed|Class name: huks<br>Method or attribute name: function abort(handle: number, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>Deprecated version: N/A|Class name: huks<br>Method or attribute name: function abort(handle: number, options: HuksOptions, callback: AsyncCallback\<HuksResult>) : void;<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.abortSession     |@ohos.security.huks.d.ts|
437|Deprecated version changed|Class name: huks<br>Method or attribute name: function abort(handle: number, options: HuksOptions) : Promise\<HuksResult>;<br>Deprecated version: N/A|Class name: huks<br>Method or attribute name: function abort(handle: number, options: HuksOptions) : Promise\<HuksResult>;<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.abortSession     |@ohos.security.huks.d.ts|
438|Deprecated version changed|Class name: HuksHandle<br>Deprecated version: N/A|Class name: HuksHandle<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.HuksSessionHandle     |@ohos.security.huks.d.ts|
439|Deprecated version changed|Class name: HuksResult<br>Deprecated version: N/A|Class name: HuksResult<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.HuksReturnResult     |@ohos.security.huks.d.ts|
440|Deprecated version changed|Class name: HuksErrorCode<br>Deprecated version: N/A|Class name: HuksErrorCode<br>Deprecated version: 9<br>Substitute API: ohos.security.huks.HuksExceptionErrCode     |@ohos.security.huks.d.ts|
441|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_INVALID = HuksTagType.HUKS_TAG_TYPE_INVALID \| 0<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_INVALID = HuksTagType.HUKS_TAG_TYPE_INVALID \| 0<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
442|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PWD = HuksTagType.HUKS_TAG_TYPE_BYTES \| 13<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PWD = HuksTagType.HUKS_TAG_TYPE_BYTES \| 13<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
443|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_DERIVE_MAIN_KEY = HuksTagType.HUKS_TAG_TYPE_BYTES \| 16<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_DERIVE_MAIN_KEY = HuksTagType.HUKS_TAG_TYPE_BYTES \| 16<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
444|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_DERIVE_FACTOR = HuksTagType.HUKS_TAG_TYPE_BYTES \| 17<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_DERIVE_FACTOR = HuksTagType.HUKS_TAG_TYPE_BYTES \| 17<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
445|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_DERIVE_ALG = HuksTagType.HUKS_TAG_TYPE_UINT \| 18<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_DERIVE_ALG = HuksTagType.HUKS_TAG_TYPE_UINT \| 18<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
446|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ACTIVE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 201<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ACTIVE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 201<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
447|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ORIGINATION_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 202<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ORIGINATION_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 202<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
448|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_USAGE_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 203<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_USAGE_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 203<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
449|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_CREATION_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 204<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_CREATION_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 204<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
450|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_BRAND = HuksTagType.HUKS_TAG_TYPE_BYTES \| 503<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_BRAND = HuksTagType.HUKS_TAG_TYPE_BYTES \| 503<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
451|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_DEVICE = HuksTagType.HUKS_TAG_TYPE_BYTES \| 504<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_DEVICE = HuksTagType.HUKS_TAG_TYPE_BYTES \| 504<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
452|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_PRODUCT = HuksTagType.HUKS_TAG_TYPE_BYTES \| 505<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_PRODUCT = HuksTagType.HUKS_TAG_TYPE_BYTES \| 505<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
453|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_SERIAL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 506<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_SERIAL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 506<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
454|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_IMEI = HuksTagType.HUKS_TAG_TYPE_BYTES \| 507<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_IMEI = HuksTagType.HUKS_TAG_TYPE_BYTES \| 507<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
455|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MEID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 508<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MEID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 508<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
456|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MANUFACTURER = HuksTagType.HUKS_TAG_TYPE_BYTES \| 509<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MANUFACTURER = HuksTagType.HUKS_TAG_TYPE_BYTES \| 509<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
457|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MODEL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 510<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MODEL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 510<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
458|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_SOCID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 512<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_SOCID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 512<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
459|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_UDID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 513<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_UDID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 513<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
460|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_SECURE_KEY_ALIAS = HuksTagType.HUKS_TAG_TYPE_BOOL \| 1009<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_SECURE_KEY_ALIAS = HuksTagType.HUKS_TAG_TYPE_BOOL \| 1009<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
461|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_SECURE_KEY_UUID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 1010<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_SECURE_KEY_UUID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 1010<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
462|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PROCESS_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10001<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PROCESS_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10001<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
463|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PACKAGE_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10002<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PACKAGE_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10002<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
464|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ACCESS_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10003<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ACCESS_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10003<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
465|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_USES_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10004<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_USES_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10004<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
466|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_CRYPTO_CTX = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10005<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_CRYPTO_CTX = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10005<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
467|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_KEY_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10007<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_KEY_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10007<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
468|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PAYLOAD_LEN = HuksTagType.HUKS_TAG_TYPE_UINT \| 10008<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PAYLOAD_LEN = HuksTagType.HUKS_TAG_TYPE_UINT \| 10008<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
469|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_IS_KEY_HANDLE = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10010<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_IS_KEY_HANDLE = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10010<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
470|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_OS_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10101<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_OS_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10101<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
471|Deprecated version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_OS_PATCHLEVEL = HuksTagType.HUKS_TAG_TYPE_UINT \| 10102<br>Deprecated version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_OS_PATCHLEVEL = HuksTagType.HUKS_TAG_TYPE_UINT \| 10102<br>Deprecated version: 9<br>Substitute API: N/A|@ohos.security.huks.d.ts|
472|Deprecated version changed|Class name: Cipher<br>Deprecated version: N/A|Class name: Cipher<br>Deprecated version: 9<br>Substitute API: ohos.security.cryptoFramework.Cipher |@system.cipher.d.ts|
473|Deprecated version changed|Class name: Cipher<br>Method or attribute name: static rsa(options: CipherRsaOptions): void;<br>Deprecated version: N/A|Class name: Cipher<br>Method or attribute name: static rsa(options: CipherRsaOptions): void;<br>Deprecated version: 9<br>Substitute API: N/A|@system.cipher.d.ts|
474|Deprecated version changed|Class name: Cipher<br>Method or attribute name: static aes(options: CipherAesOptions): void;<br>Deprecated version: N/A|Class name: Cipher<br>Method or attribute name: static aes(options: CipherAesOptions): void;<br>Deprecated version: 9<br>Substitute API: N/A|@system.cipher.d.ts|
475|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_INVALID = HuksTagType.HUKS_TAG_TYPE_INVALID \| 0<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_INVALID = HuksTagType.HUKS_TAG_TYPE_INVALID \| 0<br>Initial version: 8|@ohos.security.huks.d.ts|
476|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PWD = HuksTagType.HUKS_TAG_TYPE_BYTES \| 13<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PWD = HuksTagType.HUKS_TAG_TYPE_BYTES \| 13<br>Initial version: 8|@ohos.security.huks.d.ts|
477|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_DERIVE_MAIN_KEY = HuksTagType.HUKS_TAG_TYPE_BYTES \| 16<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_DERIVE_MAIN_KEY = HuksTagType.HUKS_TAG_TYPE_BYTES \| 16<br>Initial version: 8|@ohos.security.huks.d.ts|
478|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_DERIVE_FACTOR = HuksTagType.HUKS_TAG_TYPE_BYTES \| 17<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_DERIVE_FACTOR = HuksTagType.HUKS_TAG_TYPE_BYTES \| 17<br>Initial version: 8|@ohos.security.huks.d.ts|
479|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_DERIVE_ALG = HuksTagType.HUKS_TAG_TYPE_UINT \| 18<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_DERIVE_ALG = HuksTagType.HUKS_TAG_TYPE_UINT \| 18<br>Initial version: 8|@ohos.security.huks.d.ts|
480|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ACTIVE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 201<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ACTIVE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 201<br>Initial version: 8|@ohos.security.huks.d.ts|
481|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ORIGINATION_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 202<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ORIGINATION_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 202<br>Initial version: 8|@ohos.security.huks.d.ts|
482|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_USAGE_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 203<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_USAGE_EXPIRE_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 203<br>Initial version: 8|@ohos.security.huks.d.ts|
483|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_CREATION_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 204<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_CREATION_DATETIME = HuksTagType.HUKS_TAG_TYPE_ULONG \| 204<br>Initial version: 8|@ohos.security.huks.d.ts|
484|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_BRAND = HuksTagType.HUKS_TAG_TYPE_BYTES \| 503<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_BRAND = HuksTagType.HUKS_TAG_TYPE_BYTES \| 503<br>Initial version: 8|@ohos.security.huks.d.ts|
485|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_DEVICE = HuksTagType.HUKS_TAG_TYPE_BYTES \| 504<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_DEVICE = HuksTagType.HUKS_TAG_TYPE_BYTES \| 504<br>Initial version: 8|@ohos.security.huks.d.ts|
486|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_PRODUCT = HuksTagType.HUKS_TAG_TYPE_BYTES \| 505<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_PRODUCT = HuksTagType.HUKS_TAG_TYPE_BYTES \| 505<br>Initial version: 8|@ohos.security.huks.d.ts|
487|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_SERIAL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 506<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_SERIAL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 506<br>Initial version: 8|@ohos.security.huks.d.ts|
488|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_IMEI = HuksTagType.HUKS_TAG_TYPE_BYTES \| 507<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_IMEI = HuksTagType.HUKS_TAG_TYPE_BYTES \| 507<br>Initial version: 8|@ohos.security.huks.d.ts|
489|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MEID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 508<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MEID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 508<br>Initial version: 8|@ohos.security.huks.d.ts|
490|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MANUFACTURER = HuksTagType.HUKS_TAG_TYPE_BYTES \| 509<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MANUFACTURER = HuksTagType.HUKS_TAG_TYPE_BYTES \| 509<br>Initial version: 8|@ohos.security.huks.d.ts|
491|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MODEL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 510<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_MODEL = HuksTagType.HUKS_TAG_TYPE_BYTES \| 510<br>Initial version: 8|@ohos.security.huks.d.ts|
492|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_SOCID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 512<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_SOCID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 512<br>Initial version: 8|@ohos.security.huks.d.ts|
493|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_UDID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 513<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ATTESTATION_ID_UDID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 513<br>Initial version: 8|@ohos.security.huks.d.ts|
494|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_SECURE_KEY_ALIAS = HuksTagType.HUKS_TAG_TYPE_BOOL \| 1009<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_SECURE_KEY_ALIAS = HuksTagType.HUKS_TAG_TYPE_BOOL \| 1009<br>Initial version: 8|@ohos.security.huks.d.ts|
495|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_SECURE_KEY_UUID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 1010<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_SECURE_KEY_UUID = HuksTagType.HUKS_TAG_TYPE_BYTES \| 1010<br>Initial version: 8|@ohos.security.huks.d.ts|
496|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PROCESS_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10001<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PROCESS_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10001<br>Initial version: 8|@ohos.security.huks.d.ts|
497|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PACKAGE_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10002<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PACKAGE_NAME = HuksTagType.HUKS_TAG_TYPE_BYTES \| 10002<br>Initial version: 8|@ohos.security.huks.d.ts|
498|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ACCESS_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10003<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_ACCESS_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10003<br>Initial version: 8|@ohos.security.huks.d.ts|
499|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_USES_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10004<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_USES_TIME = HuksTagType.HUKS_TAG_TYPE_UINT \| 10004<br>Initial version: 8|@ohos.security.huks.d.ts|
500|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_CRYPTO_CTX = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10005<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_CRYPTO_CTX = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10005<br>Initial version: 8|@ohos.security.huks.d.ts|
501|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_KEY_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10007<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_KEY_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10007<br>Initial version: 8|@ohos.security.huks.d.ts|
502|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PAYLOAD_LEN = HuksTagType.HUKS_TAG_TYPE_UINT \| 10008<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_PAYLOAD_LEN = HuksTagType.HUKS_TAG_TYPE_UINT \| 10008<br>Initial version: 8|@ohos.security.huks.d.ts|
503|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_IS_KEY_HANDLE = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10010<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_IS_KEY_HANDLE = HuksTagType.HUKS_TAG_TYPE_ULONG \| 10010<br>Initial version: 8|@ohos.security.huks.d.ts|
504|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_OS_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10101<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_OS_VERSION = HuksTagType.HUKS_TAG_TYPE_UINT \| 10101<br>Initial version: 8|@ohos.security.huks.d.ts|
505|Initial version changed|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_OS_PATCHLEVEL = HuksTagType.HUKS_TAG_TYPE_UINT \| 10102<br>Initial version: N/A|Class name: HuksTag<br>Method or attribute name: HUKS_TAG_OS_PATCHLEVEL = HuksTagType.HUKS_TAG_TYPE_UINT \| 10102<br>Initial version: 8|@ohos.security.huks.d.ts|
506|Function changed|Class name: AtManager<br>Method or attribute name: verifyAccessToken(tokenID: number, permissionName: string): Promise\<GrantStatus>;<br>|Class name: AtManager<br>Method or attribute name: verifyAccessToken(tokenID: number, permissionName: string): Promise\<GrantStatus>;<br>|@ohos.abilityAccessCtrl.d.ts|
507|Function changed|Class name: AtManager<br>Method or attribute name: verifyAccessToken(tokenID: number, permissionName: string): Promise\<GrantStatus>;<br>|Class name: AtManager<br>Method or attribute name: verifyAccessToken(tokenID: number, permissionName: Permissions): Promise\<GrantStatus>;<br>|@ohos.abilityAccessCtrl.d.ts|
508|Function changed|Class name: AtManager<br>Method or attribute name: grantUserGrantedPermission(tokenID: number, permissionName: string, permissionFlag: number): Promise\<number>;<br>|Class name: AtManager<br>Method or attribute name: grantUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlags: number): Promise\<void>;<br>|@ohos.abilityAccessCtrl.d.ts|
509|Function changed|Class name: AtManager<br>Method or attribute name: grantUserGrantedPermission(tokenID: number, permissionName: string, permissionFlag: number, callback: AsyncCallback\<number>): void;<br>|Class name: AtManager<br>Method or attribute name: grantUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlags: number, callback: AsyncCallback\<void>): void;<br>|@ohos.abilityAccessCtrl.d.ts|
510|Function changed|Class name: AtManager<br>Method or attribute name: revokeUserGrantedPermission(tokenID: number, permissionName: string, permissionFlag: number): Promise\<number>;<br>|Class name: AtManager<br>Method or attribute name: revokeUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlags: number): Promise\<void>;<br>|@ohos.abilityAccessCtrl.d.ts|
511|Function changed|Class name: AtManager<br>Method or attribute name: revokeUserGrantedPermission(tokenID: number, permissionName: string, permissionFlag: number, callback: AsyncCallback\<number>): void;<br>|Class name: AtManager<br>Method or attribute name: revokeUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlags: number, callback: AsyncCallback\<void>): void;<br>|@ohos.abilityAccessCtrl.d.ts|
512|Function changed|Class name: AtManager<br>Method or attribute name: getPermissionFlags(tokenID: number, permissionName: string): Promise\<number>;<br>|Class name: AtManager<br>Method or attribute name: getPermissionFlags(tokenID: number, permissionName: Permissions): Promise\<number>;<br>|@ohos.abilityAccessCtrl.d.ts|
513