1| Change Type | Old Version | New Version | d.ts File |
2| ---- | ------ | ------ | -------- |
3|Added|NA|Class name: AsyKeyGeneratorBySpec;<br>Method or attribute name: generateKeyPair(callback: AsyncCallback\<KeyPair>): void;|@ohos.security.cryptoFramework.d.ts|
4|Added|NA|Class name: AsyKeyGeneratorBySpec;<br>Method or attribute name: generateKeyPair(): Promise\<KeyPair>;|@ohos.security.cryptoFramework.d.ts|
5|Added|NA|Class name: AtManager;<br>Method or attribute name: checkAccessTokenSync(tokenID: number, permissionName: Permissions): GrantStatus;|@ohos.abilityAccessCtrl.d.ts|
6|Added|NA|Class name: dlpPermission;<br>Method or attribute name: function isDLPFile(fd: number): Promise\<boolean>;|@ohos.dlpPermission.d.ts|
7|Added|NA|Class name: dlpPermission;<br>Method or attribute name: function isDLPFile(fd: number, callback: AsyncCallback\<boolean>): void;|@ohos.dlpPermission.d.ts|
8|Added|NA|Class name: dlpPermission;<br>Method or attribute name: function getDLPPermissionInfo(): Promise\<DLPPermissionInfo>;|@ohos.dlpPermission.d.ts|
9|Added|NA|Class name: dlpPermission;<br>Method or attribute name: function getDLPPermissionInfo(callback: AsyncCallback\<DLPPermissionInfo>): void;|@ohos.dlpPermission.d.ts|
10|Added|NA|Class name: dlpPermission;<br>Method or attribute name: function getOriginalFileName(fileName: string): string;|@ohos.dlpPermission.d.ts|
11|Added|NA|Class name: dlpPermission;<br>Method or attribute name: function getDLPSuffix(): string;|@ohos.dlpPermission.d.ts|
12|Added|NA|Class name: dlpPermission;<br>Method or attribute name: function on(type: 'openDLPFile', listener: Callback\<AccessedDLPFileInfo>): void;|@ohos.dlpPermission.d.ts|
13|Added|NA|Class name: dlpPermission;<br>Method or attribute name: function on(type: 'uninstallDLPSandbox', listener: Callback\<DLPSandboxState>): void;|@ohos.dlpPermission.d.ts|
14|Added|NA|Class name: dlpPermission;<br>Method or attribute name: function off(type: 'openDLPFile', listener?: Callback\<AccessedDLPFileInfo>): void;|@ohos.dlpPermission.d.ts|
15|Added|NA|Class name: dlpPermission;<br>Method or attribute name: function off(type: 'uninstallDLPSandbox', listener?: Callback\<DLPSandboxState>): void;|@ohos.dlpPermission.d.ts|
16|Added|NA|Class name: dlpPermission;<br>Method or attribute name: function isInSandbox(): Promise\<boolean>;|@ohos.dlpPermission.d.ts|
17|Added|NA|Class name: dlpPermission;<br>Method or attribute name: function isInSandbox(callback: AsyncCallback\<boolean>): void;|@ohos.dlpPermission.d.ts|
18|Added|NA|Class name: dlpPermission;<br>Method or attribute name: function getDLPSupportedFileTypes(): Promise\<Array\<string>>;|@ohos.dlpPermission.d.ts|
19|Added|NA|Class name: dlpPermission;<br>Method or attribute name: function getDLPSupportedFileTypes(callback: AsyncCallback\<Array\<string>>): void;|@ohos.dlpPermission.d.ts|
20|Added|NA|Class name: dlpPermission;<br>Method or attribute name: function setRetentionState(docUris: Array\<string>): Promise\<void>;|@ohos.dlpPermission.d.ts|
21|Added|NA|Class name: dlpPermission;<br>Method or attribute name: function setRetentionState(docUris: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.dlpPermission.d.ts|
22|Added|NA|Class name: dlpPermission;<br>Method or attribute name: function cancelRetentionState(docUris: Array\<string>): Promise\<void>;|@ohos.dlpPermission.d.ts|
23|Added|NA|Class name: dlpPermission;<br>Method or attribute name: function cancelRetentionState(docUris: Array\<string>, callback: AsyncCallback\<void>): void;|@ohos.dlpPermission.d.ts|
24|Added|NA|Class name: dlpPermission;<br>Method or attribute name: function getRetentionSandboxList(bundleName?: string): Promise\<Array\<RetentionSandboxInfo>>;|@ohos.dlpPermission.d.ts|
25|Added|NA|Class name: dlpPermission;<br>Method or attribute name: function getRetentionSandboxList(bundleName: string, callback: AsyncCallback\<Array\<RetentionSandboxInfo>>): void;|@ohos.dlpPermission.d.ts|
26|Added|NA|Class name: dlpPermission;<br>Method or attribute name: function getRetentionSandboxList(callback: AsyncCallback\<Array\<RetentionSandboxInfo>>): void;|@ohos.dlpPermission.d.ts|
27|Added|NA|Class name: dlpPermission;<br>Method or attribute name: function getDLPFileAccessRecords(): Promise\<Array\<AccessedDLPFileInfo>>;|@ohos.dlpPermission.d.ts|
28|Added|NA|Class name: dlpPermission;<br>Method or attribute name: function getDLPFileAccessRecords(callback: AsyncCallback\<Array\<AccessedDLPFileInfo>>): void;|@ohos.dlpPermission.d.ts|
29|Added|NA|Class name: dlpPermission;<br>Method or attribute name: function getDLPGatheringPolicy(): Promise\<GatheringPolicyType>;|@ohos.dlpPermission.d.ts|
30|Added|NA|Class name: dlpPermission;<br>Method or attribute name: function getDLPGatheringPolicy(callback: AsyncCallback\<GatheringPolicyType>): void;|@ohos.dlpPermission.d.ts|
31|Added|NA|Class name: dlpPermission;<br>Method or attribute name: function installDLPSandbox(<br>    bundleName: string,<br>    access: DLPFileAccess,<br>    userId: number,<br>    uri: string<br>  ): Promise\<DLPSandboxInfo>;|@ohos.dlpPermission.d.ts|
32|Added|NA|Class name: dlpPermission;<br>Method or attribute name: function installDLPSandbox(<br>    bundleName: string,<br>    access: DLPFileAccess,<br>    userId: number,<br>    uri: string,<br>    callback: AsyncCallback\<DLPSandboxInfo><br>  ): void;|@ohos.dlpPermission.d.ts|
33|Added|NA|Class name: dlpPermission;<br>Method or attribute name: function uninstallDLPSandbox(bundleName: string, userId: number, appIndex: number): Promise\<void>;|@ohos.dlpPermission.d.ts|
34|Added|NA|Class name: dlpPermission;<br>Method or attribute name: function uninstallDLPSandbox(<br>    bundleName: string,<br>    userId: number,<br>    appIndex: number,<br>    callback: AsyncCallback\<void><br>  ): void;|@ohos.dlpPermission.d.ts|
35|Added|NA|Class name: dlpPermission;<br>Method or attribute name: function generateDLPFile(plaintextFd: number, ciphertextFd: number, property: DLPProperty): Promise\<DLPFile>;|@ohos.dlpPermission.d.ts|
36|Added|NA|Class name: dlpPermission;<br>Method or attribute name: function generateDLPFile(<br>    plaintextFd: number,<br>    ciphertextFd: number,<br>    property: DLPProperty,<br>    callback: AsyncCallback\<DLPFile><br>  ): void;|@ohos.dlpPermission.d.ts|
37|Added|NA|Class name: dlpPermission;<br>Method or attribute name: function openDLPFile(ciphertextFd: number): Promise\<DLPFile>;|@ohos.dlpPermission.d.ts|
38|Added|NA|Class name: dlpPermission;<br>Method or attribute name: function openDLPFile(ciphertextFd: number, callback: AsyncCallback\<DLPFile>): void;|@ohos.dlpPermission.d.ts|
39|Added|NA|Class name: ActionFlagType;<br>Method or attribute name: ACTION_VIEW = 0x00000001|@ohos.dlpPermission.d.ts|
40|Added|NA|Class name: ActionFlagType;<br>Method or attribute name: ACTION_SAVE = 0x00000002|@ohos.dlpPermission.d.ts|
41|Added|NA|Class name: ActionFlagType;<br>Method or attribute name: ACTION_SAVE_AS = 0x00000004|@ohos.dlpPermission.d.ts|
42|Added|NA|Class name: ActionFlagType;<br>Method or attribute name: ACTION_EDIT = 0x00000008|@ohos.dlpPermission.d.ts|
43|Added|NA|Class name: ActionFlagType;<br>Method or attribute name: ACTION_SCREEN_CAPTURE = 0x00000010|@ohos.dlpPermission.d.ts|
44|Added|NA|Class name: ActionFlagType;<br>Method or attribute name: ACTION_SCREEN_SHARE = 0x00000020|@ohos.dlpPermission.d.ts|
45|Added|NA|Class name: ActionFlagType;<br>Method or attribute name: ACTION_SCREEN_RECORD = 0x00000040|@ohos.dlpPermission.d.ts|
46|Added|NA|Class name: ActionFlagType;<br>Method or attribute name: ACTION_COPY = 0x00000080|@ohos.dlpPermission.d.ts|
47|Added|NA|Class name: ActionFlagType;<br>Method or attribute name: ACTION_PRINT = 0x00000100|@ohos.dlpPermission.d.ts|
48|Added|NA|Class name: ActionFlagType;<br>Method or attribute name: ACTION_EXPORT = 0x00000200|@ohos.dlpPermission.d.ts|
49|Added|NA|Class name: ActionFlagType;<br>Method or attribute name: ACTION_PERMISSION_CHANGE = 0x00000400|@ohos.dlpPermission.d.ts|
50|Added|NA|Class name: DLPFileAccess;<br>Method or attribute name: NO_PERMISSION = 0|@ohos.dlpPermission.d.ts|
51|Added|NA|Class name: DLPFileAccess;<br>Method or attribute name: READ_ONLY = 1|@ohos.dlpPermission.d.ts|
52|Added|NA|Class name: DLPFileAccess;<br>Method or attribute name: CONTENT_EDIT = 2|@ohos.dlpPermission.d.ts|
53|Added|NA|Class name: DLPFileAccess;<br>Method or attribute name: FULL_CONTROL = 3|@ohos.dlpPermission.d.ts|
54|Added|NA|Class name: DLPPermissionInfo;<br>Method or attribute name: dlpFileAccess: DLPFileAccess;|@ohos.dlpPermission.d.ts|
55|Added|NA|Class name: AuthUser;<br>Method or attribute name: dlpFileAccess: DLPFileAccess;|@ohos.dlpPermission.d.ts|
56|Added|NA|Class name: DLPPermissionInfo;<br>Method or attribute name: flags: number;|@ohos.dlpPermission.d.ts|
57|Added|NA|Class name: AccessedDLPFileInfo;<br>Method or attribute name: uri: string;|@ohos.dlpPermission.d.ts|
58|Added|NA|Class name: AccessedDLPFileInfo;<br>Method or attribute name: lastOpenTime: number;|@ohos.dlpPermission.d.ts|
59|Added|NA|Class name: RetentionSandboxInfo;<br>Method or attribute name: appIndex: number;|@ohos.dlpPermission.d.ts|
60|Added|NA|Class name: DLPSandboxInfo;<br>Method or attribute name: appIndex: number;|@ohos.dlpPermission.d.ts|
61|Added|NA|Class name: DLPSandboxState;<br>Method or attribute name: appIndex: number;|@ohos.dlpPermission.d.ts|
62|Added|NA|Class name: RetentionSandboxInfo;<br>Method or attribute name: bundleName: string;|@ohos.dlpPermission.d.ts|
63|Added|NA|Class name: DLPSandboxState;<br>Method or attribute name: bundleName: string;|@ohos.dlpPermission.d.ts|
64|Added|NA|Class name: RetentionSandboxInfo;<br>Method or attribute name: docUris: Array\<string>;|@ohos.dlpPermission.d.ts|
65|Added|NA|Class name: GatheringPolicyType;<br>Method or attribute name: GATHERING = 1|@ohos.dlpPermission.d.ts|
66|Added|NA|Class name: GatheringPolicyType;<br>Method or attribute name: NON_GATHERING = 2|@ohos.dlpPermission.d.ts|
67|Added|NA|Class name: DLPSandboxInfo;<br>Method or attribute name: tokenID: number;|@ohos.dlpPermission.d.ts|
68|Added|NA|Class name: AccountType;<br>Method or attribute name: CLOUD_ACCOUNT = 1|@ohos.dlpPermission.d.ts|
69|Added|NA|Class name: AccountType;<br>Method or attribute name: DOMAIN_ACCOUNT = 2|@ohos.dlpPermission.d.ts|
70|Added|NA|Class name: AuthUser;<br>Method or attribute name: authAccount: string;|@ohos.dlpPermission.d.ts|
71|Added|NA|Class name: AuthUser;<br>Method or attribute name: authAccountType: AccountType;|@ohos.dlpPermission.d.ts|
72|Added|NA|Class name: AuthUser;<br>Method or attribute name: permExpiryTime: number;|@ohos.dlpPermission.d.ts|
73|Added|NA|Class name: DLPProperty;<br>Method or attribute name: ownerAccount: string;|@ohos.dlpPermission.d.ts|
74|Added|NA|Class name: DLPProperty;<br>Method or attribute name: ownerAccountID: string;|@ohos.dlpPermission.d.ts|
75|Added|NA|Class name: DLPProperty;<br>Method or attribute name: ownerAccountType: AccountType;|@ohos.dlpPermission.d.ts|
76|Added|NA|Class name: DLPProperty;<br>Method or attribute name: authUserList?: Array\<AuthUser>;|@ohos.dlpPermission.d.ts|
77|Added|NA|Class name: DLPProperty;<br>Method or attribute name: contactAccount: string;|@ohos.dlpPermission.d.ts|
78|Added|NA|Class name: DLPProperty;<br>Method or attribute name: offlineAccess: boolean;|@ohos.dlpPermission.d.ts|
79|Added|NA|Class name: DLPProperty;<br>Method or attribute name: everyoneAccessList?: Array\<DLPFileAccess>;|@ohos.dlpPermission.d.ts|
80|Added|NA|Class name: DLPFile;<br>Method or attribute name: dlpProperty: DLPProperty;|@ohos.dlpPermission.d.ts|
81|Added|NA|Class name: DLPFile;<br>Method or attribute name: addDLPLinkFile(linkFileName: string): Promise\<void>;|@ohos.dlpPermission.d.ts|
82|Added|NA|Class name: DLPFile;<br>Method or attribute name: addDLPLinkFile(linkFileName: string, callback: AsyncCallback\<void>): void;|@ohos.dlpPermission.d.ts|
83|Added|NA|Class name: DLPFile;<br>Method or attribute name: stopFuseLink(): Promise\<void>;|@ohos.dlpPermission.d.ts|
84|Added|NA|Class name: DLPFile;<br>Method or attribute name: stopFuseLink(callback: AsyncCallback\<void>): void;|@ohos.dlpPermission.d.ts|
85|Added|NA|Class name: DLPFile;<br>Method or attribute name: resumeFuseLink(): Promise\<void>;|@ohos.dlpPermission.d.ts|
86|Added|NA|Class name: DLPFile;<br>Method or attribute name: resumeFuseLink(callback: AsyncCallback\<void>): void;|@ohos.dlpPermission.d.ts|
87|Added|NA|Class name: DLPFile;<br>Method or attribute name: replaceDLPLinkFile(linkFileName: string): Promise\<void>;|@ohos.dlpPermission.d.ts|
88|Added|NA|Class name: DLPFile;<br>Method or attribute name: replaceDLPLinkFile(linkFileName: string, callback: AsyncCallback\<void>): void;|@ohos.dlpPermission.d.ts|
89|Added|NA|Class name: DLPFile;<br>Method or attribute name: deleteDLPLinkFile(linkFileName: string): Promise\<void>;|@ohos.dlpPermission.d.ts|
90|Added|NA|Class name: DLPFile;<br>Method or attribute name: deleteDLPLinkFile(linkFileName: string, callback: AsyncCallback\<void>): void;|@ohos.dlpPermission.d.ts|
91|Added|NA|Class name: DLPFile;<br>Method or attribute name: recoverDLPFile(plaintextFd: number): Promise\<void>;|@ohos.dlpPermission.d.ts|
92|Added|NA|Class name: DLPFile;<br>Method or attribute name: recoverDLPFile(plaintextFd: number, callback: AsyncCallback\<void>): void;|@ohos.dlpPermission.d.ts|
93|Added|NA|Class name: DLPFile;<br>Method or attribute name: closeDLPFile(): Promise\<void>;|@ohos.dlpPermission.d.ts|
94|Added|NA|Class name: DLPFile;<br>Method or attribute name: closeDLPFile(callback: AsyncCallback\<void>): void;|@ohos.dlpPermission.d.ts|
95|Added|NA|Class name: cert;<br>Method or attribute name: function createCertExtension(inStream: EncodingBlob, callback: AsyncCallback\<CertExtension>): void;|@ohos.security.cert.d.ts|
96|Added|NA|Class name: cert;<br>Method or attribute name: function createCertExtension(inStream: EncodingBlob): Promise\<CertExtension>;|@ohos.security.cert.d.ts|
97|Added|NA|Class name: CertItemType;<br>Method or attribute name: CERT_ITEM_TYPE_TBS = 0|@ohos.security.cert.d.ts|
98|Added|NA|Class name: CertItemType;<br>Method or attribute name: CERT_ITEM_TYPE_PUBLIC_KEY = 1|@ohos.security.cert.d.ts|
99|Added|NA|Class name: CertItemType;<br>Method or attribute name: CERT_ITEM_TYPE_ISSUER_UNIQUE_ID = 2|@ohos.security.cert.d.ts|
100|Added|NA|Class name: CertItemType;<br>Method or attribute name: CERT_ITEM_TYPE_SUBJECT_UNIQUE_ID = 3|@ohos.security.cert.d.ts|
101|Added|NA|Class name: CertItemType;<br>Method or attribute name: CERT_ITEM_TYPE_EXTENSIONS = 4|@ohos.security.cert.d.ts|
102|Added|NA|Class name: ExtensionOidType;<br>Method or attribute name: EXTENSION_OID_TYPE_ALL = 0|@ohos.security.cert.d.ts|
103|Added|NA|Class name: ExtensionOidType;<br>Method or attribute name: EXTENSION_OID_TYPE_CRITICAL = 1|@ohos.security.cert.d.ts|
104|Added|NA|Class name: ExtensionOidType;<br>Method or attribute name: EXTENSION_OID_TYPE_UNCRITICAL = 2|@ohos.security.cert.d.ts|
105|Added|NA|Class name: ExtensionEntryType;<br>Method or attribute name: EXTENSION_ENTRY_TYPE_ENTRY = 0|@ohos.security.cert.d.ts|
106|Added|NA|Class name: ExtensionEntryType;<br>Method or attribute name: EXTENSION_ENTRY_TYPE_ENTRY_CRITICAL = 1|@ohos.security.cert.d.ts|
107|Added|NA|Class name: ExtensionEntryType;<br>Method or attribute name: EXTENSION_ENTRY_TYPE_ENTRY_VALUE = 2|@ohos.security.cert.d.ts|
108|Added|NA|Class name: X509Cert;<br>Method or attribute name: getCertSerialNumber(): bigint;|@ohos.security.cert.d.ts|
109|Added|NA|Class name: X509Cert;<br>Method or attribute name: getItem(itemType: CertItemType): DataBlob;|@ohos.security.cert.d.ts|
110|Added|NA|Class name: CertExtension;<br>Method or attribute name: getEncoded(): EncodingBlob;|@ohos.security.cert.d.ts|
111|Added|NA|Class name: CertExtension;<br>Method or attribute name: getOidList(valueType: ExtensionOidType): DataArray;|@ohos.security.cert.d.ts|
112|Added|NA|Class name: CertExtension;<br>Method or attribute name: getEntry(valueType: ExtensionEntryType, oid: DataBlob): DataBlob;|@ohos.security.cert.d.ts|
113|Added|NA|Class name: CertExtension;<br>Method or attribute name: checkCA(): number;|@ohos.security.cert.d.ts|
114|Added|NA|Class name: cryptoFramework;<br>Method or attribute name: function createAsyKeyGeneratorBySpec(asyKeySpec: AsyKeySpec): AsyKeyGeneratorBySpec;|@ohos.security.cryptoFramework.d.ts|
115|Added|NA|Class name: PriKey;<br>Method or attribute name: getAsyKeySpec(itemType: AsyKeySpecItem): bigint \| string \| number;|@ohos.security.cryptoFramework.d.ts|
116|Added|NA|Class name: PubKey;<br>Method or attribute name: getAsyKeySpec(itemType: AsyKeySpecItem): bigint \| string \| number;|@ohos.security.cryptoFramework.d.ts|
117|Added|NA|Class name: Random;<br>Method or attribute name: generateRandomSync(len: number): DataBlob;|@ohos.security.cryptoFramework.d.ts|
118|Added|NA|Class name: Random;<br>Method or attribute name: readonly algName: string;|@ohos.security.cryptoFramework.d.ts|
119|Added|NA|Class name: AsyKeyGeneratorBySpec;<br>Method or attribute name: readonly algName: string;|@ohos.security.cryptoFramework.d.ts|
120|Added|NA|Class name: AsyKeyGenerator;<br>Method or attribute name: convertKey(pubKey: DataBlob \| null, priKey: DataBlob \| null, callback: AsyncCallback\<KeyPair>): void;|@ohos.security.cryptoFramework.d.ts|
121|Added|NA|Class name: AsyKeyGenerator;<br>Method or attribute name: convertKey(pubKey: DataBlob \| null, priKey: DataBlob \| null): Promise\<KeyPair>;|@ohos.security.cryptoFramework.d.ts|
122|Added|NA|Class name: CipherSpecItem;<br>Method or attribute name: OAEP_MD_NAME_STR = 100|@ohos.security.cryptoFramework.d.ts|
123|Added|NA|Class name: CipherSpecItem;<br>Method or attribute name: OAEP_MGF_NAME_STR = 101|@ohos.security.cryptoFramework.d.ts|
124|Added|NA|Class name: CipherSpecItem;<br>Method or attribute name: OAEP_MGF1_MD_STR = 102|@ohos.security.cryptoFramework.d.ts|
125|Added|NA|Class name: CipherSpecItem;<br>Method or attribute name: OAEP_MGF1_PSRC_UINT8ARR = 103|@ohos.security.cryptoFramework.d.ts|
126|Added|NA|Class name: SignSpecItem;<br>Method or attribute name: PSS_MD_NAME_STR = 100|@ohos.security.cryptoFramework.d.ts|
127|Added|NA|Class name: SignSpecItem;<br>Method or attribute name: PSS_MGF_NAME_STR = 101|@ohos.security.cryptoFramework.d.ts|
128|Added|NA|Class name: SignSpecItem;<br>Method or attribute name: PSS_MGF1_MD_STR = 102|@ohos.security.cryptoFramework.d.ts|
129|Added|NA|Class name: SignSpecItem;<br>Method or attribute name: PSS_SALT_LEN_NUM = 103|@ohos.security.cryptoFramework.d.ts|
130|Added|NA|Class name: SignSpecItem;<br>Method or attribute name: PSS_TRAILER_FIELD_NUM = 104|@ohos.security.cryptoFramework.d.ts|
131|Added|NA|Class name: Cipher;<br>Method or attribute name: init(opMode: CryptoMode, key: Key, params: ParamsSpec \| null, callback: AsyncCallback\<void>): void;|@ohos.security.cryptoFramework.d.ts|
132|Added|NA|Class name: Cipher;<br>Method or attribute name: init(opMode: CryptoMode, key: Key, params: ParamsSpec \| null): Promise\<void>;|@ohos.security.cryptoFramework.d.ts|
133|Added|NA|Class name: Cipher;<br>Method or attribute name: doFinal(data: DataBlob \| null, callback: AsyncCallback\<DataBlob>): void;|@ohos.security.cryptoFramework.d.ts|
134|Added|NA|Class name: Cipher;<br>Method or attribute name: doFinal(data: DataBlob \| null): Promise\<DataBlob>;|@ohos.security.cryptoFramework.d.ts|
135|Added|NA|Class name: Cipher;<br>Method or attribute name: setCipherSpec(itemType: CipherSpecItem, itemValue: Uint8Array): void;|@ohos.security.cryptoFramework.d.ts|
136|Added|NA|Class name: Cipher;<br>Method or attribute name: getCipherSpec(itemType: CipherSpecItem): string \| Uint8Array;|@ohos.security.cryptoFramework.d.ts|
137|Added|NA|Class name: Sign;<br>Method or attribute name: sign(data: DataBlob \| null, callback: AsyncCallback\<DataBlob>): void;|@ohos.security.cryptoFramework.d.ts|
138|Added|NA|Class name: Sign;<br>Method or attribute name: sign(data: DataBlob \| null): Promise\<DataBlob>;|@ohos.security.cryptoFramework.d.ts|
139|Added|NA|Class name: Sign;<br>Method or attribute name: setSignSpec(itemType: SignSpecItem, itemValue: number): void;|@ohos.security.cryptoFramework.d.ts|
140|Added|NA|Class name: Sign;<br>Method or attribute name: getSignSpec(itemType: SignSpecItem): string \| number;|@ohos.security.cryptoFramework.d.ts|
141|Added|NA|Class name: Verify;<br>Method or attribute name: verify(data: DataBlob \| null, signatureData: DataBlob, callback: AsyncCallback\<boolean>): void;|@ohos.security.cryptoFramework.d.ts|
142|Added|NA|Class name: Verify;<br>Method or attribute name: verify(data: DataBlob \| null, signatureData: DataBlob): Promise\<boolean>;|@ohos.security.cryptoFramework.d.ts|
143|Added|NA|Class name: Verify;<br>Method or attribute name: setVerifySpec(itemType: SignSpecItem, itemValue: number): void;|@ohos.security.cryptoFramework.d.ts|
144|Added|NA|Class name: Verify;<br>Method or attribute name: getVerifySpec(itemType: SignSpecItem): string \| number;|@ohos.security.cryptoFramework.d.ts|
145|Added|NA|Class name: AsyKeySpecItem;<br>Method or attribute name: DSA_P_BN = 101|@ohos.security.cryptoFramework.d.ts|
146|Added|NA|Class name: AsyKeySpecItem;<br>Method or attribute name: DSA_Q_BN = 102|@ohos.security.cryptoFramework.d.ts|
147|Added|NA|Class name: AsyKeySpecItem;<br>Method or attribute name: DSA_G_BN = 103|@ohos.security.cryptoFramework.d.ts|
148|Added|NA|Class name: AsyKeySpecItem;<br>Method or attribute name: DSA_SK_BN = 104|@ohos.security.cryptoFramework.d.ts|
149|Added|NA|Class name: AsyKeySpecItem;<br>Method or attribute name: DSA_PK_BN = 105|@ohos.security.cryptoFramework.d.ts|
150|Added|NA|Class name: AsyKeySpecItem;<br>Method or attribute name: ECC_FP_P_BN = 201|@ohos.security.cryptoFramework.d.ts|
151|Added|NA|Class name: AsyKeySpecItem;<br>Method or attribute name: ECC_A_BN = 202|@ohos.security.cryptoFramework.d.ts|
152|Added|NA|Class name: AsyKeySpecItem;<br>Method or attribute name: ECC_B_BN = 203|@ohos.security.cryptoFramework.d.ts|
153|Added|NA|Class name: AsyKeySpecItem;<br>Method or attribute name: ECC_G_X_BN = 204|@ohos.security.cryptoFramework.d.ts|
154|Added|NA|Class name: AsyKeySpecItem;<br>Method or attribute name: ECC_G_Y_BN = 205|@ohos.security.cryptoFramework.d.ts|
155|Added|NA|Class name: AsyKeySpecItem;<br>Method or attribute name: ECC_N_BN = 206|@ohos.security.cryptoFramework.d.ts|
156|Added|NA|Class name: AsyKeySpecItem;<br>Method or attribute name: ECC_H_NUM = 207|@ohos.security.cryptoFramework.d.ts|
157|Added|NA|Class name: AsyKeySpecItem;<br>Method or attribute name: ECC_SK_BN = 208|@ohos.security.cryptoFramework.d.ts|
158|Added|NA|Class name: AsyKeySpecItem;<br>Method or attribute name: ECC_PK_X_BN = 209|@ohos.security.cryptoFramework.d.ts|
159|Added|NA|Class name: AsyKeySpecItem;<br>Method or attribute name: ECC_PK_Y_BN = 210|@ohos.security.cryptoFramework.d.ts|
160|Added|NA|Class name: AsyKeySpecItem;<br>Method or attribute name: ECC_FIELD_TYPE_STR = 211|@ohos.security.cryptoFramework.d.ts|
161|Added|NA|Class name: AsyKeySpecItem;<br>Method or attribute name: ECC_FIELD_SIZE_NUM = 212|@ohos.security.cryptoFramework.d.ts|
162|Added|NA|Class name: AsyKeySpecItem;<br>Method or attribute name: ECC_CURVE_NAME_STR = 213|@ohos.security.cryptoFramework.d.ts|
163|Added|NA|Class name: AsyKeySpecItem;<br>Method or attribute name: RSA_N_BN = 301|@ohos.security.cryptoFramework.d.ts|
164|Added|NA|Class name: AsyKeySpecItem;<br>Method or attribute name: RSA_SK_BN = 302|@ohos.security.cryptoFramework.d.ts|
165|Added|NA|Class name: AsyKeySpecItem;<br>Method or attribute name: RSA_PK_BN = 303|@ohos.security.cryptoFramework.d.ts|
166|Added|NA|Class name: AsyKeySpecType;<br>Method or attribute name: COMMON_PARAMS_SPEC = 0|@ohos.security.cryptoFramework.d.ts|
167|Added|NA|Class name: AsyKeySpecType;<br>Method or attribute name: PRIVATE_KEY_SPEC = 1|@ohos.security.cryptoFramework.d.ts|
168|Added|NA|Class name: AsyKeySpecType;<br>Method or attribute name: PUBLIC_KEY_SPEC = 2|@ohos.security.cryptoFramework.d.ts|
169|Added|NA|Class name: AsyKeySpecType;<br>Method or attribute name: KEY_PAIR_SPEC = 3|@ohos.security.cryptoFramework.d.ts|
170|Added|NA|Class name: AsyKeySpec;<br>Method or attribute name: algName: string;|@ohos.security.cryptoFramework.d.ts|
171|Added|NA|Class name: AsyKeySpec;<br>Method or attribute name: specType: AsyKeySpecType;|@ohos.security.cryptoFramework.d.ts|
172|Added|NA|Class name: DSACommonParamsSpec;<br>Method or attribute name: p: bigint;|@ohos.security.cryptoFramework.d.ts|
173|Added|NA|Class name: ECFieldFp;<br>Method or attribute name: p: bigint;|@ohos.security.cryptoFramework.d.ts|
174|Added|NA|Class name: DSACommonParamsSpec;<br>Method or attribute name: q: bigint;|@ohos.security.cryptoFramework.d.ts|
175|Added|NA|Class name: DSACommonParamsSpec;<br>Method or attribute name: g: bigint;|@ohos.security.cryptoFramework.d.ts|
176|Added|NA|Class name: DSAPubKeySpec;<br>Method or attribute name: params: DSACommonParamsSpec;|@ohos.security.cryptoFramework.d.ts|
177|Added|NA|Class name: DSAKeyPairSpec;<br>Method or attribute name: params: DSACommonParamsSpec;|@ohos.security.cryptoFramework.d.ts|
178|Added|NA|Class name: DSAPubKeySpec;<br>Method or attribute name: pk: bigint;|@ohos.security.cryptoFramework.d.ts|
179|Added|NA|Class name: DSAKeyPairSpec;<br>Method or attribute name: pk: bigint;|@ohos.security.cryptoFramework.d.ts|
180|Added|NA|Class name: RSAPubKeySpec;<br>Method or attribute name: pk: bigint;|@ohos.security.cryptoFramework.d.ts|
181|Added|NA|Class name: RSAKeyPairSpec;<br>Method or attribute name: pk: bigint;|@ohos.security.cryptoFramework.d.ts|
182|Added|NA|Class name: DSAKeyPairSpec;<br>Method or attribute name: sk: bigint;|@ohos.security.cryptoFramework.d.ts|
183|Added|NA|Class name: ECCPriKeySpec;<br>Method or attribute name: sk: bigint;|@ohos.security.cryptoFramework.d.ts|
184|Added|NA|Class name: ECCKeyPairSpec;<br>Method or attribute name: sk: bigint;|@ohos.security.cryptoFramework.d.ts|
185|Added|NA|Class name: RSAKeyPairSpec;<br>Method or attribute name: sk: bigint;|@ohos.security.cryptoFramework.d.ts|
186|Added|NA|Class name: ECField;<br>Method or attribute name: fieldType: string;|@ohos.security.cryptoFramework.d.ts|
187|Added|NA|Class name: Point;<br>Method or attribute name: x: bigint;|@ohos.security.cryptoFramework.d.ts|
188|Added|NA|Class name: Point;<br>Method or attribute name: y: bigint;|@ohos.security.cryptoFramework.d.ts|
189|Added|NA|Class name: ECCCommonParamsSpec;<br>Method or attribute name: field: ECField;|@ohos.security.cryptoFramework.d.ts|
190|Added|NA|Class name: ECCCommonParamsSpec;<br>Method or attribute name: a: bigint;|@ohos.security.cryptoFramework.d.ts|
191|Added|NA|Class name: ECCCommonParamsSpec;<br>Method or attribute name: b: bigint;|@ohos.security.cryptoFramework.d.ts|
192|Added|NA|Class name: ECCCommonParamsSpec;<br>Method or attribute name: g: Point;|@ohos.security.cryptoFramework.d.ts|
193|Added|NA|Class name: ECCCommonParamsSpec;<br>Method or attribute name: n: bigint;|@ohos.security.cryptoFramework.d.ts|
194|Added|NA|Class name: RSACommonParamsSpec;<br>Method or attribute name: n: bigint;|@ohos.security.cryptoFramework.d.ts|
195|Added|NA|Class name: ECCCommonParamsSpec;<br>Method or attribute name: h: number;|@ohos.security.cryptoFramework.d.ts|
196|Added|NA|Class name: ECCPriKeySpec;<br>Method or attribute name: params: ECCCommonParamsSpec;|@ohos.security.cryptoFramework.d.ts|
197|Added|NA|Class name: ECCPubKeySpec;<br>Method or attribute name: params: ECCCommonParamsSpec;|@ohos.security.cryptoFramework.d.ts|
198|Added|NA|Class name: ECCKeyPairSpec;<br>Method or attribute name: params: ECCCommonParamsSpec;|@ohos.security.cryptoFramework.d.ts|
199|Added|NA|Class name: ECCPubKeySpec;<br>Method or attribute name: pk: Point;|@ohos.security.cryptoFramework.d.ts|
200|Added|NA|Class name: ECCKeyPairSpec;<br>Method or attribute name: pk: Point;|@ohos.security.cryptoFramework.d.ts|
201|Added|NA|Class name: RSAPubKeySpec;<br>Method or attribute name: params: RSACommonParamsSpec;|@ohos.security.cryptoFramework.d.ts|
202|Added|NA|Class name: RSAKeyPairSpec;<br>Method or attribute name: params: RSACommonParamsSpec;|@ohos.security.cryptoFramework.d.ts|
203|Added|NA|Class name: AsyKeyGeneratorBySpec;<br>Method or attribute name: generatePriKey(callback: AsyncCallback\<PriKey>): void;|@ohos.security.cryptoFramework.d.ts|
204|Added|NA|Class name: AsyKeyGeneratorBySpec;<br>Method or attribute name: generatePriKey(): Promise\<PriKey>;|@ohos.security.cryptoFramework.d.ts|
205|Added|NA|Class name: AsyKeyGeneratorBySpec;<br>Method or attribute name: generatePubKey(callback: AsyncCallback\<PubKey>): void;|@ohos.security.cryptoFramework.d.ts|
206|Added|NA|Class name: AsyKeyGeneratorBySpec;<br>Method or attribute name: generatePubKey(): Promise\<PubKey>;|@ohos.security.cryptoFramework.d.ts|
207|Added|NA|Class name: HuksKeyStorageType;<br>Method or attribute name: HUKS_STORAGE_ONLY_USED_IN_HUKS = 2|@ohos.security.huks.d.ts|
208|Added|NA|Class name: HuksKeyStorageType;<br>Method or attribute name: HUKS_STORAGE_KEY_EXPORT_ALLOWED = 3|@ohos.security.huks.d.ts|
209|Added|NA|Class name: HuksRsaPssSaltLenType;<br>Method or attribute name: HUKS_RSA_PSS_SALT_LEN_DIGEST = 0|@ohos.security.huks.d.ts|
210|Added|NA|Class name: HuksRsaPssSaltLenType;<br>Method or attribute name: HUKS_RSA_PSS_SALT_LEN_MAX = 1|@ohos.security.huks.d.ts|
211|Added|NA|Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_DERIVED_AGREED_KEY_STORAGE_FLAG = HuksTagType.HUKS_TAG_TYPE_UINT \| 29|@ohos.security.huks.d.ts|
212|Added|NA|Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_RSA_PSS_SALT_LEN_TYPE = HuksTagType.HUKS_TAG_TYPE_UINT \| 30|@ohos.security.huks.d.ts|
213|Added|NA|Class name: HuksTag;<br>Method or attribute name: HUKS_TAG_KEY_AUTH_PURPOSE = HuksTagType.HUKS_TAG_TYPE_UINT \| 311|@ohos.security.huks.d.ts|
214|Deprecated version changed|Class name: X509Cert;<br>Method or attribute name: getSerialNumber(): number;<br>Old version information: |Class name: X509Cert;<br>Method or attribute name: getSerialNumber(): number;<br>New version information: 10<br>Substitute API: ohos.security.cert.X509Cert.getCertSerialNumber|@ohos.security.cert.d.ts|
215|Deprecated version changed|Class name: huks;<br>Method or attribute name: function generateKey(keyAlias: string, options: HuksOptions): Promise\<HuksResult>;<br>Old version information: |Class name: huks;<br>Method or attribute name: function generateKey(keyAlias: string, options: HuksOptions): Promise\<HuksResult>;<br>New version information: 9<br>Substitute API: ohos.security.huks.generateKeyItem|@ohos.security.huks.d.ts|
216|Deprecated version changed|Class name: huks;<br>Method or attribute name: function deleteKey(keyAlias: string, options: HuksOptions): Promise\<HuksResult>;<br>Old version information: |Class name: huks;<br>Method or attribute name: function deleteKey(keyAlias: string, options: HuksOptions): Promise\<HuksResult>;<br>New version information: 9<br>Substitute API: ohos.security.huks.deleteKeyItem|@ohos.security.huks.d.ts|
217|Deprecated version changed|Class name: huks;<br>Method or attribute name: function importKey(keyAlias: string, options: HuksOptions): Promise\<HuksResult>;<br>Old version information: |Class name: huks;<br>Method or attribute name: function importKey(keyAlias: string, options: HuksOptions): Promise\<HuksResult>;<br>New version information: 9<br>Substitute API: ohos.security.huks.importKeyItem|@ohos.security.huks.d.ts|
218|Deprecated version changed|Class name: huks;<br>Method or attribute name: function exportKey(keyAlias: string, options: HuksOptions): Promise\<HuksResult>;<br>Old version information: |Class name: huks;<br>Method or attribute name: function exportKey(keyAlias: string, options: HuksOptions): Promise\<HuksResult>;<br>New version information: 9<br>Substitute API: ohos.security.huks.exportKeyItem|@ohos.security.huks.d.ts|
219|Deprecated version changed|Class name: huks;<br>Method or attribute name: function getKeyProperties(keyAlias: string, options: HuksOptions): Promise\<HuksResult>;<br>Old version information: |Class name: huks;<br>Method or attribute name: function getKeyProperties(keyAlias: string, options: HuksOptions): Promise\<HuksResult>;<br>New version information: 9<br>Substitute API: ohos.security.huks.getKeyItemProperties|@ohos.security.huks.d.ts|
220|Deprecated version changed|Class name: huks;<br>Method or attribute name: function isKeyExist(keyAlias: string, options: HuksOptions): Promise\<boolean>;<br>Old version information: |Class name: huks;<br>Method or attribute name: function isKeyExist(keyAlias: string, options: HuksOptions): Promise\<boolean>;<br>New version information: 9<br>Substitute API: ohos.security.huks.isKeyItemExist|@ohos.security.huks.d.ts|
221|Deprecated version changed|Class name: huks;<br>Method or attribute name: function init(keyAlias: string, options: HuksOptions): Promise\<HuksHandle>;<br>Old version information: |Class name: huks;<br>Method or attribute name: function init(keyAlias: string, options: HuksOptions): Promise\<HuksHandle>;<br>New version information: 9<br>Substitute API: ohos.security.huks.initSession|@ohos.security.huks.d.ts|
222|Deprecated version changed|Class name: huks;<br>Method or attribute name: function update(handle: number, token?: Uint8Array, options: HuksOptions): Promise\<HuksResult>;<br>Old version information: |Class name: huks;<br>Method or attribute name: function update(handle: number, token?: Uint8Array, options: HuksOptions): Promise\<HuksResult>;<br>New version information: 9<br>Substitute API: ohos.security.huks.updateSession|@ohos.security.huks.d.ts|
223|Deprecated version changed|Class name: huks;<br>Method or attribute name: function finish(handle: number, options: HuksOptions): Promise\<HuksResult>;<br>Old version information: |Class name: huks;<br>Method or attribute name: function finish(handle: number, options: HuksOptions): Promise\<HuksResult>;<br>New version information: 9<br>Substitute API: ohos.security.huks.finishSession|@ohos.security.huks.d.ts|
224|Deprecated version changed|Class name: huks;<br>Method or attribute name: function abort(handle: number, options: HuksOptions): Promise\<HuksResult>;<br>Old version information: |Class name: huks;<br>Method or attribute name: function abort(handle: number, options: HuksOptions): Promise\<HuksResult>;<br>New version information: 9<br>Substitute API: ohos.security.huks.abortSession|@ohos.security.huks.d.ts|
225|Deprecated version changed|Class name: HuksKeyStorageType;<br>Method or attribute name: HUKS_STORAGE_TEMP = 0<br>Old version information: |Class name: HuksKeyStorageType;<br>Method or attribute name: HUKS_STORAGE_TEMP = 0<br>New version information: 10<br>Substitute API: |@ohos.security.huks.d.ts|
226|Deprecated version changed|Class name: HuksKeyStorageType;<br>Method or attribute name: HUKS_STORAGE_PERSISTENT = 1<br>Old version information: |Class name: HuksKeyStorageType;<br>Method or attribute name: HUKS_STORAGE_PERSISTENT = 1<br>New version information: 10<br>Substitute API: |@ohos.security.huks.d.ts|
227|Error code added|Class name: AtManager;<br>Method or attribute name: requestPermissionsFromUser(context: Context, permissionList: Array\<Permissions>): Promise\<PermissionRequestResult>;<br>Old version information: |Class name: AtManager;<br>Method or attribute name: requestPermissionsFromUser(context: Context, permissionList: Array\<Permissions>): Promise\<PermissionRequestResult>;<br>New version information: 401, 12100001|@ohos.abilityAccessCtrl.d.ts|
228|Error code added|Class name: AtManager;<br>Method or attribute name: grantUserGrantedPermission(<br>      tokenID: number,<br>      permissionName: Permissions,<br>      permissionFlags: number,<br>      callback: AsyncCallback\<void><br>    ): void;<br>Old version information: |Class name: AtManager;<br>Method or attribute name: grantUserGrantedPermission(<br>      tokenID: number,<br>      permissionName: Permissions,<br>      permissionFlags: number,<br>      callback: AsyncCallback\<void><br>    ): void;<br>New version information: 401,201,202, 12100001, 12100002, 12100003,12100006, 12100007|@ohos.abilityAccessCtrl.d.ts|
229|Error code added|Class name: AtManager;<br>Method or attribute name: revokeUserGrantedPermission(<br>      tokenID: number,<br>      permissionName: Permissions,<br>      permissionFlags: number,<br>      callback: AsyncCallback\<void><br>    ): void;<br>Old version information: |Class name: AtManager;<br>Method or attribute name: revokeUserGrantedPermission(<br>      tokenID: number,<br>      permissionName: Permissions,<br>      permissionFlags: number,<br>      callback: AsyncCallback\<void><br>    ): void;<br>New version information: 401,201,202, 12100001, 12100002, 12100003,12100006, 12100007|@ohos.abilityAccessCtrl.d.ts|
230|Error code added|Class name: AtManager;<br>Method or attribute name: getVersion(): Promise\<number>;<br>Old version information: |Class name: AtManager;<br>Method or attribute name: getVersion(): Promise\<number>;<br>New version information: 202|@ohos.abilityAccessCtrl.d.ts|
231|Error code added|Class name: privacyManager;<br>Method or attribute name: function addPermissionUsedRecord(<br>    tokenID: number,<br>    permissionName: Permissions,<br>    successCount: number,<br>    failCount: number,<br>    callback: AsyncCallback\<void><br>  ): void;<br>Old version information: |Class name: privacyManager;<br>Method or attribute name: function addPermissionUsedRecord(<br>    tokenID: number,<br>    permissionName: Permissions,<br>    successCount: number,<br>    failCount: number,<br>    callback: AsyncCallback\<void><br>  ): void;<br>New version information: 401,201,202, 12100001, 12100002, 12100003,12100007, 12100008|@ohos.privacyManager.d.ts|
232|Error code added|Class name: privacyManager;<br>Method or attribute name: function getPermissionUsedRecord(<br>    request: PermissionUsedRequest,<br>    callback: AsyncCallback\<PermissionUsedResponse><br>  ): void;<br>Old version information: |Class name: privacyManager;<br>Method or attribute name: function getPermissionUsedRecord(<br>    request: PermissionUsedRequest,<br>    callback: AsyncCallback\<PermissionUsedResponse><br>  ): void;<br>New version information: 401,201,202, 12100001, 12100002, 12100003,12100007, 12100008|@ohos.privacyManager.d.ts|
233|Error code added|Class name: privacyManager;<br>Method or attribute name: function startUsingPermission(tokenID: number, permissionName: Permissions, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: privacyManager;<br>Method or attribute name: function startUsingPermission(tokenID: number, permissionName: Permissions, callback: AsyncCallback\<void>): void;<br>New version information: 401,201,202, 12100001, 12100002, 12100003,12100004, 12100007, 12100008|@ohos.privacyManager.d.ts|
234|Error code added|Class name: privacyManager;<br>Method or attribute name: function stopUsingPermission(tokenID: number, permissionName: Permissions, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: privacyManager;<br>Method or attribute name: function stopUsingPermission(tokenID: number, permissionName: Permissions, callback: AsyncCallback\<void>): void;<br>New version information: 401,201,202, 12100001, 12100002, 12100003,12100004, 12100007, 12100008|@ohos.privacyManager.d.ts|
235|Error code added|Class name: Key;<br>Method or attribute name: getEncoded(): DataBlob;<br>Old version information: |Class name: Key;<br>Method or attribute name: getEncoded(): DataBlob;<br>New version information: 801, 17620001, 17630001|@ohos.security.cryptoFramework.d.ts|
236|Error code added|Class name: Random;<br>Method or attribute name: generateRandom(len: number): Promise\<DataBlob>;<br>Old version information: |Class name: Random;<br>Method or attribute name: generateRandom(len: number): Promise\<DataBlob>;<br>New version information: 401, 17620001, 17630001|@ohos.security.cryptoFramework.d.ts|
237|Error code added|Class name: Mac;<br>Method or attribute name: init(key: SymKey): Promise\<void>;<br>Old version information: |Class name: Mac;<br>Method or attribute name: init(key: SymKey): Promise\<void>;<br>New version information: 401, 17630001|@ohos.security.cryptoFramework.d.ts|
238|Error code added|Class name: Mac;<br>Method or attribute name: update(input: DataBlob): Promise\<void>;<br>Old version information: |Class name: Mac;<br>Method or attribute name: update(input: DataBlob): Promise\<void>;<br>New version information: 401, 17630001|@ohos.security.cryptoFramework.d.ts|
239|Error code added|Class name: Md;<br>Method or attribute name: update(input: DataBlob): Promise\<void>;<br>Old version information: |Class name: Md;<br>Method or attribute name: update(input: DataBlob): Promise\<void>;<br>New version information: 401, 17630001|@ohos.security.cryptoFramework.d.ts|
240|Error code added|Class name: Mac;<br>Method or attribute name: doFinal(): Promise\<DataBlob>;<br>Old version information: |Class name: Mac;<br>Method or attribute name: doFinal(): Promise\<DataBlob>;<br>New version information: 17620001, 17630001|@ohos.security.cryptoFramework.d.ts|
241|Error code added|Class name: Md;<br>Method or attribute name: digest(): Promise\<DataBlob>;<br>Old version information: |Class name: Md;<br>Method or attribute name: digest(): Promise\<DataBlob>;<br>New version information: 17620001, 17630001|@ohos.security.cryptoFramework.d.ts|
242|Error code added|Class name: huks;<br>Method or attribute name: function generateKeyItem(keyAlias: string, options: HuksOptions): Promise\<void>;<br>Old version information: |Class name: huks;<br>Method or attribute name: function generateKeyItem(keyAlias: string, options: HuksOptions): Promise\<void>;<br>New version information: 401,801, 12000001, 12000002, 12000003,12000004, 12000005, 12000006, 12000012, 12000013,12000014, 12000015|@ohos.security.huks.d.ts|
243|Error code added|Class name: huks;<br>Method or attribute name: function deleteKeyItem(keyAlias: string, options: HuksOptions): Promise\<void>;<br>Old version information: |Class name: huks;<br>Method or attribute name: function deleteKeyItem(keyAlias: string, options: HuksOptions): Promise\<void>;<br>New version information: 401,801, 12000004, 12000005, 12000011, 12000012, 12000014|@ohos.security.huks.d.ts|
244|Error code added|Class name: huks;<br>Method or attribute name: function importKeyItem(keyAlias: string, options: HuksOptions): Promise\<void>;<br>Old version information: |Class name: huks;<br>Method or attribute name: function importKeyItem(keyAlias: string, options: HuksOptions): Promise\<void>;<br>New version information: 401,801, 12000001, 12000002, 12000003,12000004, 12000005, 12000006, 12000011, 12000012, 12000013,12000014, 12000015|@ohos.security.huks.d.ts|
245|Error code added|Class name: huks;<br>Method or attribute name: function importWrappedKeyItem(keyAlias: string, wrappingKeyAlias: string, options: HuksOptions): Promise\<void>;<br>Old version information: |Class name: huks;<br>Method or attribute name: function importWrappedKeyItem(keyAlias: string, wrappingKeyAlias: string, options: HuksOptions): Promise\<void>;<br>New version information: 401,801, 12000001, 12000002, 12000003,12000004, 12000005, 12000006, 12000011, 12000012, 12000013,12000014, 12000015|@ohos.security.huks.d.ts|
246|Error code added|Class name: huks;<br>Method or attribute name: function exportKeyItem(keyAlias: string, options: HuksOptions): Promise\<HuksReturnResult>;<br>Old version information: |Class name: huks;<br>Method or attribute name: function exportKeyItem(keyAlias: string, options: HuksOptions): Promise\<HuksReturnResult>;<br>New version information: 401,801, 12000001, 12000002, 12000003,12000004, 12000005, 12000006, 12000011, 12000012, 12000014|@ohos.security.huks.d.ts|
247|Error code added|Class name: huks;<br>Method or attribute name: function getKeyItemProperties(keyAlias: string, options: HuksOptions): Promise\<HuksReturnResult>;<br>Old version information: |Class name: huks;<br>Method or attribute name: function getKeyItemProperties(keyAlias: string, options: HuksOptions): Promise\<HuksReturnResult>;<br>New version information: 401,801, 12000001, 12000002, 12000003,12000004, 12000005, 12000006, 12000011, 12000012, 12000014|@ohos.security.huks.d.ts|
248|Error code added|Class name: huks;<br>Method or attribute name: function isKeyItemExist(keyAlias: string, options: HuksOptions): Promise\<boolean>;<br>Old version information: |Class name: huks;<br>Method or attribute name: function isKeyItemExist(keyAlias: string, options: HuksOptions): Promise\<boolean>;<br>New version information: 401,801, 12000002, 12000003,12000004, 12000005, 12000006, 12000012, 12000014|@ohos.security.huks.d.ts|
249|Error code added|Class name: huks;<br>Method or attribute name: function initSession(keyAlias: string, options: HuksOptions): Promise\<HuksSessionHandle>;<br>Old version information: |Class name: huks;<br>Method or attribute name: function initSession(keyAlias: string, options: HuksOptions): Promise\<HuksSessionHandle>;<br>New version information: 401,801, 12000001, 12000002, 12000003,12000004, 12000005, 12000006, 12000010, 12000011, 12000012, 12000014|@ohos.security.huks.d.ts|
250|Error code added|Class name: huks;<br>Method or attribute name: function updateSession(<br><br>    handle: number,<br><br>    options: HuksOptions,<br><br>    token: Uint8Array,<br><br>    callback: AsyncCallback\<HuksReturnResult><br><br>  ): void;<br>Old version information: |Class name: huks;<br>Method or attribute name: function updateSession(<br><br>    handle: number,<br><br>    options: HuksOptions,<br><br>    token: Uint8Array,<br><br>    callback: AsyncCallback\<HuksReturnResult><br><br>  ): void;<br>New version information: 401,801, 12000001, 12000002, 12000003,12000004, 12000005, 12000006, 12000007, 12000008, 12000009, 12000011, 12000012, 12000014|@ohos.security.huks.d.ts|
251|Error code added|Class name: huks;<br>Method or attribute name: function updateSession(handle: number, options: HuksOptions, token?: Uint8Array): Promise\<HuksReturnResult>;<br>Old version information: |Class name: huks;<br>Method or attribute name: function updateSession(handle: number, options: HuksOptions, token?: Uint8Array): Promise\<HuksReturnResult>;<br>New version information: 401,801, 12000001, 12000002, 12000003,12000004, 12000005, 12000006, 12000007, 12000008, 12000009, 12000011, 12000012, 12000014|@ohos.security.huks.d.ts|
252|Error code added|Class name: huks;<br>Method or attribute name: function finishSession(<br><br>    handle: number,<br><br>    options: HuksOptions,<br><br>    token: Uint8Array,<br><br>    callback: AsyncCallback\<HuksReturnResult><br><br>  ): void;<br>Old version information: |Class name: huks;<br>Method or attribute name: function finishSession(<br><br>    handle: number,<br><br>    options: HuksOptions,<br><br>    token: Uint8Array,<br><br>    callback: AsyncCallback\<HuksReturnResult><br><br>  ): void;<br>New version information: 401,801, 12000001, 12000002, 12000003,12000004, 12000005, 12000006, 12000007, 12000008, 12000009, 12000011, 12000012, 12000014|@ohos.security.huks.d.ts|
253|Error code added|Class name: huks;<br>Method or attribute name: function finishSession(handle: number, options: HuksOptions, token?: Uint8Array): Promise\<HuksReturnResult>;<br>Old version information: |Class name: huks;<br>Method or attribute name: function finishSession(handle: number, options: HuksOptions, token?: Uint8Array): Promise\<HuksReturnResult>;<br>New version information: 401,801, 12000001, 12000002, 12000003,12000004, 12000005, 12000006, 12000007, 12000008, 12000009, 12000011, 12000012, 12000014|@ohos.security.huks.d.ts|
254|Error code added|Class name: huks;<br>Method or attribute name: function abortSession(handle: number, options: HuksOptions): Promise\<void>;<br>Old version information: |Class name: huks;<br>Method or attribute name: function abortSession(handle: number, options: HuksOptions): Promise\<void>;<br>New version information: 401,801, 12000004, 12000005, 12000006, 12000012, 12000014|@ohos.security.huks.d.ts|
255|Error code added|Class name: huks;<br>Method or attribute name: function attestKeyItem(keyAlias: string, options: HuksOptions): Promise\<HuksReturnResult>;<br>Old version information: |Class name: huks;<br>Method or attribute name: function attestKeyItem(keyAlias: string, options: HuksOptions): Promise\<HuksReturnResult>;<br>New version information: 201,401,801, 12000001, 12000002, 12000003,12000004, 12000005, 12000006, 12000011, 12000012, 12000014|@ohos.security.huks.d.ts|
256|Error code changed|Class name: AtManager;<br>Method or attribute name: grantUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlags: number): Promise\<void>;<br>Old version information: 401,201, 12100001, 12100002, 12100003,12100006, 12100007|Class name: AtManager;<br>Method or attribute name: grantUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlags: number): Promise\<void>;<br>New version information: 401,201,202, 12100001, 12100002, 12100003,12100006, 12100007|@ohos.abilityAccessCtrl.d.ts|
257|Error code changed|Class name: AtManager;<br>Method or attribute name: revokeUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlags: number): Promise\<void>;<br>Old version information: 401,201, 12100001, 12100002, 12100003,12100006, 12100007|Class name: AtManager;<br>Method or attribute name: revokeUserGrantedPermission(tokenID: number, permissionName: Permissions, permissionFlags: number): Promise\<void>;<br>New version information: 401,201,202, 12100001, 12100002, 12100003,12100006, 12100007|@ohos.abilityAccessCtrl.d.ts|
258|Error code changed|Class name: AtManager;<br>Method or attribute name: getPermissionFlags(tokenID: number, permissionName: Permissions): Promise\<number>;<br>Old version information: 401,201, 12100001, 12100002, 12100003,12100006, 12100007|Class name: AtManager;<br>Method or attribute name: getPermissionFlags(tokenID: number, permissionName: Permissions): Promise\<number>;<br>New version information: 401,201,202, 12100001, 12100002, 12100003,12100006, 12100007|@ohos.abilityAccessCtrl.d.ts|
259|Error code changed|Class name: AtManager;<br>Method or attribute name: on(<br>      type: 'permissionStateChange',<br>      tokenIDList: Array\<number>,<br>      permissionList: Array\<Permissions>,<br>      callback: Callback\<PermissionStateChangeInfo><br>    ): void;<br>Old version information: 401,201, 12100001, 12100004, 12100005, 12100007, 12100008|Class name: AtManager;<br>Method or attribute name: on(<br>      type: 'permissionStateChange',<br>      tokenIDList: Array\<number>,<br>      permissionList: Array\<Permissions>,<br>      callback: Callback\<PermissionStateChangeInfo><br>    ): void;<br>New version information: 401,201,202, 12100001, 12100004, 12100005, 12100007, 12100008|@ohos.abilityAccessCtrl.d.ts|
260|Error code changed|Class name: AtManager;<br>Method or attribute name: off(<br>      type: 'permissionStateChange',<br>      tokenIDList: Array\<number>,<br>      permissionList: Array\<Permissions>,<br>      callback?: Callback\<PermissionStateChangeInfo><br>    ): void;<br>Old version information: 401,201, 12100001, 12100004, 12100007, 12100008|Class name: AtManager;<br>Method or attribute name: off(<br>      type: 'permissionStateChange',<br>      tokenIDList: Array\<number>,<br>      permissionList: Array\<Permissions>,<br>      callback?: Callback\<PermissionStateChangeInfo><br>    ): void;<br>New version information: 401,201,202, 12100001, 12100004, 12100007, 12100008|@ohos.abilityAccessCtrl.d.ts|
261|Error code changed|Class name: privacyManager;<br>Method or attribute name: function addPermissionUsedRecord(<br>    tokenID: number,<br>    permissionName: Permissions,<br>    successCount: number,<br>    failCount: number<br>  ): Promise\<void>;<br>Old version information: 401,201, 12100001, 12100002, 12100003,12100007, 12100008|Class name: privacyManager;<br>Method or attribute name: function addPermissionUsedRecord(<br>    tokenID: number,<br>    permissionName: Permissions,<br>    successCount: number,<br>    failCount: number<br>  ): Promise\<void>;<br>New version information: 401,201,202, 12100001, 12100002, 12100003,12100007, 12100008|@ohos.privacyManager.d.ts|
262|Error code changed|Class name: privacyManager;<br>Method or attribute name: function getPermissionUsedRecord(request: PermissionUsedRequest): Promise\<PermissionUsedResponse>;<br>Old version information: 401,201, 12100001, 12100002, 12100003,12100007, 12100008|Class name: privacyManager;<br>Method or attribute name: function getPermissionUsedRecord(request: PermissionUsedRequest): Promise\<PermissionUsedResponse>;<br>New version information: 401,201,202, 12100001, 12100002, 12100003,12100007, 12100008|@ohos.privacyManager.d.ts|
263|Error code changed|Class name: privacyManager;<br>Method or attribute name: function startUsingPermission(tokenID: number, permissionName: Permissions): Promise\<void>;<br>Old version information: 401,201, 12100001, 12100002, 12100003,12100004, 12100007, 12100008|Class name: privacyManager;<br>Method or attribute name: function startUsingPermission(tokenID: number, permissionName: Permissions): Promise\<void>;<br>New version information: 401,201,202, 12100001, 12100002, 12100003,12100004, 12100007, 12100008|@ohos.privacyManager.d.ts|
264|Error code changed|Class name: privacyManager;<br>Method or attribute name: function stopUsingPermission(tokenID: number, permissionName: Permissions): Promise\<void>;<br>Old version information: 401,201, 12100001, 12100002, 12100003,12100004, 12100007, 12100008|Class name: privacyManager;<br>Method or attribute name: function stopUsingPermission(tokenID: number, permissionName: Permissions): Promise\<void>;<br>New version information: 401,201,202, 12100001, 12100002, 12100003,12100004, 12100007, 12100008|@ohos.privacyManager.d.ts|
265|Error code changed|Class name: privacyManager;<br>Method or attribute name: function on(<br>    type: 'activeStateChange',<br>    permissionList: Array\<Permissions>,<br>    callback: Callback\<ActiveChangeResponse><br>  ): void;<br>Old version information: 401,201, 12100001, 12100004, 12100005, 12100007, 12100008|Class name: privacyManager;<br>Method or attribute name: function on(<br>    type: 'activeStateChange',<br>    permissionList: Array\<Permissions>,<br>    callback: Callback\<ActiveChangeResponse><br>  ): void;<br>New version information: 401,201,202, 12100001, 12100004, 12100005, 12100007, 12100008|@ohos.privacyManager.d.ts|
266|Error code changed|Class name: privacyManager;<br>Method or attribute name: function off(<br>    type: 'activeStateChange',<br>    permissionList: Array\<Permissions>,<br>    callback?: Callback\<ActiveChangeResponse><br>  ): void;<br>Old version information: 401,201, 12100001, 12100004, 12100007, 12100008|Class name: privacyManager;<br>Method or attribute name: function off(<br>    type: 'activeStateChange',<br>    permissionList: Array\<Permissions>,<br>    callback?: Callback\<ActiveChangeResponse><br>  ): void;<br>New version information: 401,201,202, 12100001, 12100004, 12100007, 12100008|@ohos.privacyManager.d.ts|
267|Error code changed|Class name: cryptoFramework;<br>Method or attribute name: function createAsyKeyGenerator(algName: string): AsyKeyGenerator;<br>Old version information: 401|Class name: cryptoFramework;<br>Method or attribute name: function createAsyKeyGenerator(algName: string): AsyKeyGenerator;<br>New version information: 401,801, 17620001|@ohos.security.cryptoFramework.d.ts|
268|Error code changed|Class name: cryptoFramework;<br>Method or attribute name: function createCipher(transformation: string): Cipher;<br>Old version information: 401,801|Class name: cryptoFramework;<br>Method or attribute name: function createCipher(transformation: string): Cipher;<br>New version information: 401,801, 17620001|@ohos.security.cryptoFramework.d.ts|
269|Error code changed|Class name: cryptoFramework;<br>Method or attribute name: function createSign(algName: string): Sign;<br>Old version information: 401|Class name: cryptoFramework;<br>Method or attribute name: function createSign(algName: string): Sign;<br>New version information: 401,801, 17620001|@ohos.security.cryptoFramework.d.ts|
270|Error code changed|Class name: cryptoFramework;<br>Method or attribute name: function createVerify(algName: string): Verify;<br>Old version information: 401|Class name: cryptoFramework;<br>Method or attribute name: function createVerify(algName: string): Verify;<br>New version information: 401,801, 17620001|@ohos.security.cryptoFramework.d.ts|
271|Error code changed|Class name: cryptoFramework;<br>Method or attribute name: function createKeyAgreement(algName: string): KeyAgreement;<br>Old version information: 401|Class name: cryptoFramework;<br>Method or attribute name: function createKeyAgreement(algName: string): KeyAgreement;<br>New version information: 401,801, 17620001|@ohos.security.cryptoFramework.d.ts|
272|Error code changed|Class name: AsyKeyGenerator;<br>Method or attribute name: generateKeyPair(callback: AsyncCallback\<KeyPair>): void;<br>Old version information: 401, 17620001|Class name: AsyKeyGenerator;<br>Method or attribute name: generateKeyPair(callback: AsyncCallback\<KeyPair>): void;<br>New version information: 401, 17620001, 17630001|@ohos.security.cryptoFramework.d.ts|
273|Error code changed|Class name: AsyKeyGenerator;<br>Method or attribute name: generateKeyPair(): Promise\<KeyPair>;<br>Old version information: 401, 17620001|Class name: AsyKeyGenerator;<br>Method or attribute name: generateKeyPair(): Promise\<KeyPair>;<br>New version information: 401, 17620001, 17630001|@ohos.security.cryptoFramework.d.ts|
274|Error code changed|Class name: AsyKeyGenerator;<br>Method or attribute name: convertKey(pubKey: DataBlob, priKey: DataBlob, callback: AsyncCallback\<KeyPair>): void;<br>Old version information: 401, 17620001|Class name: AsyKeyGenerator;<br>Method or attribute name: convertKey(pubKey: DataBlob, priKey: DataBlob, callback: AsyncCallback\<KeyPair>): void;<br>New version information: 401, 17620001, 17630001|@ohos.security.cryptoFramework.d.ts|
275|Error code changed|Class name: AsyKeyGenerator;<br>Method or attribute name: convertKey(pubKey: DataBlob, priKey: DataBlob): Promise\<KeyPair>;<br>Old version information: 401, 17620001|Class name: AsyKeyGenerator;<br>Method or attribute name: convertKey(pubKey: DataBlob, priKey: DataBlob): Promise\<KeyPair>;<br>New version information: 401, 17620001, 17630001|@ohos.security.cryptoFramework.d.ts|
276|Access level changed|Class name: AtManager;<br>Method or attribute name: grantUserGrantedPermission(<br>      tokenID: number,<br>      permissionName: Permissions,<br>      permissionFlags: number,<br>      callback: AsyncCallback\<void><br>    ): void;<br>Old version information: |Class name: AtManager;<br>Method or attribute name: grantUserGrantedPermission(<br>      tokenID: number,<br>      permissionName: Permissions,<br>      permissionFlags: number,<br>      callback: AsyncCallback\<void><br>    ): void;<br>New version information: systemapi|@ohos.abilityAccessCtrl.d.ts|
277|Access level changed|Class name: AtManager;<br>Method or attribute name: revokeUserGrantedPermission(<br>      tokenID: number,<br>      permissionName: Permissions,<br>      permissionFlags: number,<br>      callback: AsyncCallback\<void><br>    ): void;<br>Old version information: |Class name: AtManager;<br>Method or attribute name: revokeUserGrantedPermission(<br>      tokenID: number,<br>      permissionName: Permissions,<br>      permissionFlags: number,<br>      callback: AsyncCallback\<void><br>    ): void;<br>New version information: systemapi|@ohos.abilityAccessCtrl.d.ts|
278|Access level changed|Class name: PermissionStateChangeType;<br>Method or attribute name: PERMISSION_REVOKED_OPER = 0<br>Old version information: |Class name: PermissionStateChangeType;<br>Method or attribute name: PERMISSION_REVOKED_OPER = 0<br>New version information: systemapi|@ohos.abilityAccessCtrl.d.ts|
279|Access level changed|Class name: PermissionStateChangeType;<br>Method or attribute name: PERMISSION_GRANTED_OPER = 1<br>Old version information: |Class name: PermissionStateChangeType;<br>Method or attribute name: PERMISSION_GRANTED_OPER = 1<br>New version information: systemapi|@ohos.abilityAccessCtrl.d.ts|
280|Access level changed|Class name: PermissionStateChangeInfo;<br>Method or attribute name: change: PermissionStateChangeType;<br>Old version information: |Class name: PermissionStateChangeInfo;<br>Method or attribute name: change: PermissionStateChangeType;<br>New version information: systemapi|@ohos.abilityAccessCtrl.d.ts|
281|Access level changed|Class name: PermissionStateChangeInfo;<br>Method or attribute name: tokenID: number;<br>Old version information: |Class name: PermissionStateChangeInfo;<br>Method or attribute name: tokenID: number;<br>New version information: systemapi|@ohos.abilityAccessCtrl.d.ts|
282|Access level changed|Class name: PermissionStateChangeInfo;<br>Method or attribute name: permissionName: Permissions;<br>Old version information: |Class name: PermissionStateChangeInfo;<br>Method or attribute name: permissionName: Permissions;<br>New version information: systemapi|@ohos.abilityAccessCtrl.d.ts|
283|Access level changed|Class name: privacyManager;<br>Method or attribute name: function addPermissionUsedRecord(<br>    tokenID: number,<br>    permissionName: Permissions,<br>    successCount: number,<br>    failCount: number,<br>    callback: AsyncCallback\<void><br>  ): void;<br>Old version information: |Class name: privacyManager;<br>Method or attribute name: function addPermissionUsedRecord(<br>    tokenID: number,<br>    permissionName: Permissions,<br>    successCount: number,<br>    failCount: number,<br>    callback: AsyncCallback\<void><br>  ): void;<br>New version information: systemapi|@ohos.privacyManager.d.ts|
284|Access level changed|Class name: privacyManager;<br>Method or attribute name: function getPermissionUsedRecord(<br>    request: PermissionUsedRequest,<br>    callback: AsyncCallback\<PermissionUsedResponse><br>  ): void;<br>Old version information: |Class name: privacyManager;<br>Method or attribute name: function getPermissionUsedRecord(<br>    request: PermissionUsedRequest,<br>    callback: AsyncCallback\<PermissionUsedResponse><br>  ): void;<br>New version information: systemapi|@ohos.privacyManager.d.ts|
285|Access level changed|Class name: privacyManager;<br>Method or attribute name: function startUsingPermission(tokenID: number, permissionName: Permissions, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: privacyManager;<br>Method or attribute name: function startUsingPermission(tokenID: number, permissionName: Permissions, callback: AsyncCallback\<void>): void;<br>New version information: systemapi|@ohos.privacyManager.d.ts|
286|Access level changed|Class name: privacyManager;<br>Method or attribute name: function stopUsingPermission(tokenID: number, permissionName: Permissions, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: privacyManager;<br>Method or attribute name: function stopUsingPermission(tokenID: number, permissionName: Permissions, callback: AsyncCallback\<void>): void;<br>New version information: systemapi|@ohos.privacyManager.d.ts|
287|Access level changed|Class name: PermissionActiveStatus;<br>Method or attribute name: PERM_INACTIVE = 0<br>Old version information: |Class name: PermissionActiveStatus;<br>Method or attribute name: PERM_INACTIVE = 0<br>New version information: systemapi|@ohos.privacyManager.d.ts|
288|Access level changed|Class name: PermissionActiveStatus;<br>Method or attribute name: PERM_ACTIVE_IN_FOREGROUND = 1<br>Old version information: |Class name: PermissionActiveStatus;<br>Method or attribute name: PERM_ACTIVE_IN_FOREGROUND = 1<br>New version information: systemapi|@ohos.privacyManager.d.ts|
289|Access level changed|Class name: PermissionActiveStatus;<br>Method or attribute name: PERM_ACTIVE_IN_BACKGROUND = 2<br>Old version information: |Class name: PermissionActiveStatus;<br>Method or attribute name: PERM_ACTIVE_IN_BACKGROUND = 2<br>New version information: systemapi|@ohos.privacyManager.d.ts|
290|Access level changed|Class name: ActiveChangeResponse;<br>Method or attribute name: tokenId: number;<br>Old version information: |Class name: ActiveChangeResponse;<br>Method or attribute name: tokenId: number;<br>New version information: systemapi|@ohos.privacyManager.d.ts|
291|Access level changed|Class name: BundleUsedRecord;<br>Method or attribute name: tokenId: number;<br>Old version information: |Class name: BundleUsedRecord;<br>Method or attribute name: tokenId: number;<br>New version information: systemapi|@ohos.privacyManager.d.ts|
292|Access level changed|Class name: ActiveChangeResponse;<br>Method or attribute name: permissionName: Permissions;<br>Old version information: |Class name: ActiveChangeResponse;<br>Method or attribute name: permissionName: Permissions;<br>New version information: systemapi|@ohos.privacyManager.d.ts|
293|Access level changed|Class name: PermissionUsedRecord;<br>Method or attribute name: permissionName: Permissions;<br>Old version information: |Class name: PermissionUsedRecord;<br>Method or attribute name: permissionName: Permissions;<br>New version information: systemapi|@ohos.privacyManager.d.ts|
294|Access level changed|Class name: ActiveChangeResponse;<br>Method or attribute name: deviceId: string;<br>Old version information: |Class name: ActiveChangeResponse;<br>Method or attribute name: deviceId: string;<br>New version information: systemapi|@ohos.privacyManager.d.ts|
295|Access level changed|Class name: BundleUsedRecord;<br>Method or attribute name: deviceId: string;<br>Old version information: |Class name: BundleUsedRecord;<br>Method or attribute name: deviceId: string;<br>New version information: systemapi|@ohos.privacyManager.d.ts|
296|Access level changed|Class name: ActiveChangeResponse;<br>Method or attribute name: activeStatus: PermissionActiveStatus;<br>Old version information: |Class name: ActiveChangeResponse;<br>Method or attribute name: activeStatus: PermissionActiveStatus;<br>New version information: systemapi|@ohos.privacyManager.d.ts|
297|Access level changed|Class name: PermissionUsageFlag;<br>Method or attribute name: FLAG_PERMISSION_USAGE_SUMMARY = 0<br>Old version information: |Class name: PermissionUsageFlag;<br>Method or attribute name: FLAG_PERMISSION_USAGE_SUMMARY = 0<br>New version information: systemapi|@ohos.privacyManager.d.ts|
298|Access level changed|Class name: PermissionUsageFlag;<br>Method or attribute name: FLAG_PERMISSION_USAGE_DETAIL = 1<br>Old version information: |Class name: PermissionUsageFlag;<br>Method or attribute name: FLAG_PERMISSION_USAGE_DETAIL = 1<br>New version information: systemapi|@ohos.privacyManager.d.ts|
299|Access level changed|Class name: PermissionUsedRequest;<br>Method or attribute name: tokenId?: number;<br>Old version information: |Class name: PermissionUsedRequest;<br>Method or attribute name: tokenId?: number;<br>New version information: systemapi|@ohos.privacyManager.d.ts|
300|Access level changed|Class name: BundleUsedRecord;<br>Method or attribute name: isRemote: boolean;<br>Old version information: |Class name: BundleUsedRecord;<br>Method or attribute name: isRemote: boolean;<br>New version information: systemapi|@ohos.privacyManager.d.ts|
301|Access level changed|Class name: PermissionUsedRequest;<br>Method or attribute name: isRemote?: boolean;<br>Old version information: |Class name: PermissionUsedRequest;<br>Method or attribute name: isRemote?: boolean;<br>New version information: systemapi|@ohos.privacyManager.d.ts|
302|Access level changed|Class name: PermissionUsedRequest;<br>Method or attribute name: deviceId?: string;<br>Old version information: |Class name: PermissionUsedRequest;<br>Method or attribute name: deviceId?: string;<br>New version information: systemapi|@ohos.privacyManager.d.ts|
303|Access level changed|Class name: BundleUsedRecord;<br>Method or attribute name: bundleName: string;<br>Old version information: |Class name: BundleUsedRecord;<br>Method or attribute name: bundleName: string;<br>New version information: systemapi|@ohos.privacyManager.d.ts|
304|Access level changed|Class name: PermissionUsedRequest;<br>Method or attribute name: bundleName?: string;<br>Old version information: |Class name: PermissionUsedRequest;<br>Method or attribute name: bundleName?: string;<br>New version information: systemapi|@ohos.privacyManager.d.ts|
305|Access level changed|Class name: PermissionUsedRequest;<br>Method or attribute name: permissionNames?: Array\<Permissions>;<br>Old version information: |Class name: PermissionUsedRequest;<br>Method or attribute name: permissionNames?: Array\<Permissions>;<br>New version information: systemapi|@ohos.privacyManager.d.ts|
306|Access level changed|Class name: PermissionUsedResponse;<br>Method or attribute name: beginTime: number;<br>Old version information: |Class name: PermissionUsedResponse;<br>Method or attribute name: beginTime: number;<br>New version information: systemapi|@ohos.privacyManager.d.ts|
307|Access level changed|Class name: PermissionUsedRequest;<br>Method or attribute name: beginTime?: number;<br>Old version information: |Class name: PermissionUsedRequest;<br>Method or attribute name: beginTime?: number;<br>New version information: systemapi|@ohos.privacyManager.d.ts|
308|Access level changed|Class name: PermissionUsedResponse;<br>Method or attribute name: endTime: number;<br>Old version information: |Class name: PermissionUsedResponse;<br>Method or attribute name: endTime: number;<br>New version information: systemapi|@ohos.privacyManager.d.ts|
309|Access level changed|Class name: PermissionUsedRequest;<br>Method or attribute name: endTime?: number;<br>Old version information: |Class name: PermissionUsedRequest;<br>Method or attribute name: endTime?: number;<br>New version information: systemapi|@ohos.privacyManager.d.ts|
310|Access level changed|Class name: PermissionUsedRequest;<br>Method or attribute name: flag: PermissionUsageFlag;<br>Old version information: |Class name: PermissionUsedRequest;<br>Method or attribute name: flag: PermissionUsageFlag;<br>New version information: systemapi|@ohos.privacyManager.d.ts|
311|Access level changed|Class name: PermissionUsedResponse;<br>Method or attribute name: bundleRecords: Array\<BundleUsedRecord>;<br>Old version information: |Class name: PermissionUsedResponse;<br>Method or attribute name: bundleRecords: Array\<BundleUsedRecord>;<br>New version information: systemapi|@ohos.privacyManager.d.ts|
312|Access level changed|Class name: BundleUsedRecord;<br>Method or attribute name: permissionRecords: Array\<PermissionUsedRecord>;<br>Old version information: |Class name: BundleUsedRecord;<br>Method or attribute name: permissionRecords: Array\<PermissionUsedRecord>;<br>New version information: systemapi|@ohos.privacyManager.d.ts|
313|Access level changed|Class name: PermissionUsedRecord;<br>Method or attribute name: accessCount: number;<br>Old version information: |Class name: PermissionUsedRecord;<br>Method or attribute name: accessCount: number;<br>New version information: systemapi|@ohos.privacyManager.d.ts|
314|Access level changed|Class name: PermissionUsedRecord;<br>Method or attribute name: rejectCount: number;<br>Old version information: |Class name: PermissionUsedRecord;<br>Method or attribute name: rejectCount: number;<br>New version information: systemapi|@ohos.privacyManager.d.ts|
315|Access level changed|Class name: PermissionUsedRecord;<br>Method or attribute name: lastAccessTime: number;<br>Old version information: |Class name: PermissionUsedRecord;<br>Method or attribute name: lastAccessTime: number;<br>New version information: systemapi|@ohos.privacyManager.d.ts|
316|Access level changed|Class name: PermissionUsedRecord;<br>Method or attribute name: lastRejectTime: number;<br>Old version information: |Class name: PermissionUsedRecord;<br>Method or attribute name: lastRejectTime: number;<br>New version information: systemapi|@ohos.privacyManager.d.ts|
317|Access level changed|Class name: PermissionUsedRecord;<br>Method or attribute name: lastAccessDuration: number;<br>Old version information: |Class name: PermissionUsedRecord;<br>Method or attribute name: lastAccessDuration: number;<br>New version information: systemapi|@ohos.privacyManager.d.ts|
318|Access level changed|Class name: PermissionUsedRecord;<br>Method or attribute name: accessRecords: Array\<UsedRecordDetail>;<br>Old version information: |Class name: PermissionUsedRecord;<br>Method or attribute name: accessRecords: Array\<UsedRecordDetail>;<br>New version information: systemapi|@ohos.privacyManager.d.ts|
319|Access level changed|Class name: PermissionUsedRecord;<br>Method or attribute name: rejectRecords: Array\<UsedRecordDetail>;<br>Old version information: |Class name: PermissionUsedRecord;<br>Method or attribute name: rejectRecords: Array\<UsedRecordDetail>;<br>New version information: systemapi|@ohos.privacyManager.d.ts|
320|Access level changed|Class name: UsedRecordDetail;<br>Method or attribute name: status: number;<br>Old version information: |Class name: UsedRecordDetail;<br>Method or attribute name: status: number;<br>New version information: systemapi|@ohos.privacyManager.d.ts|
321|Access level changed|Class name: UsedRecordDetail;<br>Method or attribute name: timestamp: number;<br>Old version information: |Class name: UsedRecordDetail;<br>Method or attribute name: timestamp: number;<br>New version information: systemapi|@ohos.privacyManager.d.ts|
322|Access level changed|Class name: UsedRecordDetail;<br>Method or attribute name: accessDuration: number;<br>Old version information: |Class name: UsedRecordDetail;<br>Method or attribute name: accessDuration: number;<br>New version information: systemapi|@ohos.privacyManager.d.ts|
323|Permission changed|Class name: AtManager;<br>Method or attribute name: grantUserGrantedPermission(<br>      tokenID: number,<br>      permissionName: Permissions,<br>      permissionFlags: number,<br>      callback: AsyncCallback\<void><br>    ): void;<br>Old version information: |Class name: AtManager;<br>Method or attribute name: grantUserGrantedPermission(<br>      tokenID: number,<br>      permissionName: Permissions,<br>      permissionFlags: number,<br>      callback: AsyncCallback\<void><br>    ): void;<br>New version information: ohos.permission.GRANT_SENSITIVE_PERMISSIONS|@ohos.abilityAccessCtrl.d.ts|
324|Permission changed|Class name: AtManager;<br>Method or attribute name: revokeUserGrantedPermission(<br>      tokenID: number,<br>      permissionName: Permissions,<br>      permissionFlags: number,<br>      callback: AsyncCallback\<void><br>    ): void;<br>Old version information: |Class name: AtManager;<br>Method or attribute name: revokeUserGrantedPermission(<br>      tokenID: number,<br>      permissionName: Permissions,<br>      permissionFlags: number,<br>      callback: AsyncCallback\<void><br>    ): void;<br>New version information: ohos.permission.REVOKE_SENSITIVE_PERMISSIONS|@ohos.abilityAccessCtrl.d.ts|
325|Permission changed|Class name: privacyManager;<br>Method or attribute name: function addPermissionUsedRecord(<br>    tokenID: number,<br>    permissionName: Permissions,<br>    successCount: number,<br>    failCount: number,<br>    callback: AsyncCallback\<void><br>  ): void;<br>Old version information: |Class name: privacyManager;<br>Method or attribute name: function addPermissionUsedRecord(<br>    tokenID: number,<br>    permissionName: Permissions,<br>    successCount: number,<br>    failCount: number,<br>    callback: AsyncCallback\<void><br>  ): void;<br>New version information: ohos.permission.PERMISSION_USED_STATS|@ohos.privacyManager.d.ts|
326|Permission changed|Class name: privacyManager;<br>Method or attribute name: function getPermissionUsedRecord(<br>    request: PermissionUsedRequest,<br>    callback: AsyncCallback\<PermissionUsedResponse><br>  ): void;<br>Old version information: |Class name: privacyManager;<br>Method or attribute name: function getPermissionUsedRecord(<br>    request: PermissionUsedRequest,<br>    callback: AsyncCallback\<PermissionUsedResponse><br>  ): void;<br>New version information: ohos.permission.PERMISSION_USED_STATS|@ohos.privacyManager.d.ts|
327|Permission changed|Class name: privacyManager;<br>Method or attribute name: function startUsingPermission(tokenID: number, permissionName: Permissions, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: privacyManager;<br>Method or attribute name: function startUsingPermission(tokenID: number, permissionName: Permissions, callback: AsyncCallback\<void>): void;<br>New version information: ohos.permission.PERMISSION_USED_STATS|@ohos.privacyManager.d.ts|
328|Permission changed|Class name: privacyManager;<br>Method or attribute name: function stopUsingPermission(tokenID: number, permissionName: Permissions, callback: AsyncCallback\<void>): void;<br>Old version information: |Class name: privacyManager;<br>Method or attribute name: function stopUsingPermission(tokenID: number, permissionName: Permissions, callback: AsyncCallback\<void>): void;<br>New version information: ohos.permission.PERMISSION_USED_STATS|@ohos.privacyManager.d.ts|
329|Model changed|Class name: AtManager;<br>Method or attribute name: requestPermissionsFromUser(context: Context, permissionList: Array\<Permissions>): Promise\<PermissionRequestResult>;<br>Old version information: |Class name: AtManager;<br>Method or attribute name: requestPermissionsFromUser(context: Context, permissionList: Array\<Permissions>): Promise\<PermissionRequestResult>;<br>New version information: StageModelOnly|@ohos.abilityAccessCtrl.d.ts|
330|Type changed|Class name: PermissionStateChangeInfo;<br>Method or attribute name: change: PermissionStateChangeType;<br>Old version information: |Class name: PermissionStateChangeInfo;<br>Method or attribute name: change: PermissionStateChangeType;<br>New version information: PermissionStateChangeType|@ohos.abilityAccessCtrl.d.ts|
331|Type changed|Class name: PermissionStateChangeInfo;<br>Method or attribute name: tokenID: number;<br>Old version information: |Class name: PermissionStateChangeInfo;<br>Method or attribute name: tokenID: number;<br>New version information: number|@ohos.abilityAccessCtrl.d.ts|
332|Type changed|Class name: PermissionStateChangeInfo;<br>Method or attribute name: permissionName: Permissions;<br>Old version information: |Class name: PermissionStateChangeInfo;<br>Method or attribute name: permissionName: Permissions;<br>New version information: Permissions|@ohos.abilityAccessCtrl.d.ts|
333|Type changed|Class name: ActiveChangeResponse;<br>Method or attribute name: tokenId: number;<br>Old version information: |Class name: ActiveChangeResponse;<br>Method or attribute name: tokenId: number;<br>New version information: number|@ohos.privacyManager.d.ts|
334|Type changed|Class name: BundleUsedRecord;<br>Method or attribute name: tokenId: number;<br>Old version information: |Class name: BundleUsedRecord;<br>Method or attribute name: tokenId: number;<br>New version information: number|@ohos.privacyManager.d.ts|
335|Type changed|Class name: ActiveChangeResponse;<br>Method or attribute name: permissionName: Permissions;<br>Old version information: |Class name: ActiveChangeResponse;<br>Method or attribute name: permissionName: Permissions;<br>New version information: Permissions|@ohos.privacyManager.d.ts|
336|Type changed|Class name: PermissionUsedRecord;<br>Method or attribute name: permissionName: Permissions;<br>Old version information: |Class name: PermissionUsedRecord;<br>Method or attribute name: permissionName: Permissions;<br>New version information: Permissions|@ohos.privacyManager.d.ts|
337|Type changed|Class name: ActiveChangeResponse;<br>Method or attribute name: deviceId: string;<br>Old version information: |Class name: ActiveChangeResponse;<br>Method or attribute name: deviceId: string;<br>New version information: string|@ohos.privacyManager.d.ts|
338|Type changed|Class name: BundleUsedRecord;<br>Method or attribute name: deviceId: string;<br>Old version information: |Class name: BundleUsedRecord;<br>Method or attribute name: deviceId: string;<br>New version information: string|@ohos.privacyManager.d.ts|
339|Type changed|Class name: ActiveChangeResponse;<br>Method or attribute name: activeStatus: PermissionActiveStatus;<br>Old version information: |Class name: ActiveChangeResponse;<br>Method or attribute name: activeStatus: PermissionActiveStatus;<br>New version information: PermissionActiveStatus|@ohos.privacyManager.d.ts|
340|Type changed|Class name: PermissionUsedRequest;<br>Method or attribute name: tokenId?: number;<br>Old version information: |Class name: PermissionUsedRequest;<br>Method or attribute name: tokenId?: number;<br>New version information: ?number|@ohos.privacyManager.d.ts|
341|Type changed|Class name: BundleUsedRecord;<br>Method or attribute name: isRemote: boolean;<br>Old version information: |Class name: BundleUsedRecord;<br>Method or attribute name: isRemote: boolean;<br>New version information: boolean|@ohos.privacyManager.d.ts|
342|Type changed|Class name: PermissionUsedRequest;<br>Method or attribute name: isRemote?: boolean;<br>Old version information: |Class name: PermissionUsedRequest;<br>Method or attribute name: isRemote?: boolean;<br>New version information: ?boolean|@ohos.privacyManager.d.ts|
343|Type changed|Class name: PermissionUsedRequest;<br>Method or attribute name: deviceId?: string;<br>Old version information: |Class name: PermissionUsedRequest;<br>Method or attribute name: deviceId?: string;<br>New version information: ?string|@ohos.privacyManager.d.ts|
344|Type changed|Class name: BundleUsedRecord;<br>Method or attribute name: bundleName: string;<br>Old version information: |Class name: BundleUsedRecord;<br>Method or attribute name: bundleName: string;<br>New version information: string|@ohos.privacyManager.d.ts|
345|Type changed|Class name: PermissionUsedRequest;<br>Method or attribute name: bundleName?: string;<br>Old version information: |Class name: PermissionUsedRequest;<br>Method or attribute name: bundleName?: string;<br>New version information: ?string|@ohos.privacyManager.d.ts|
346|Type changed|Class name: PermissionUsedRequest;<br>Method or attribute name: permissionNames?: Array\<Permissions>;<br>Old version information: |Class name: PermissionUsedRequest;<br>Method or attribute name: permissionNames?: Array\<Permissions>;<br>New version information: ?Array\<Permissions>|@ohos.privacyManager.d.ts|
347|Type changed|Class name: PermissionUsedResponse;<br>Method or attribute name: beginTime: number;<br>Old version information: |Class name: PermissionUsedResponse;<br>Method or attribute name: beginTime: number;<br>New version information: number|@ohos.privacyManager.d.ts|
348|Type changed|Class name: PermissionUsedRequest;<br>Method or attribute name: beginTime?: number;<br>Old version information: |Class name: PermissionUsedRequest;<br>Method or attribute name: beginTime?: number;<br>New version information: ?number|@ohos.privacyManager.d.ts|
349|Type changed|Class name: PermissionUsedResponse;<br>Method or attribute name: endTime: number;<br>Old version information: |Class name: PermissionUsedResponse;<br>Method or attribute name: endTime: number;<br>New version information: number|@ohos.privacyManager.d.ts|
350|Type changed|Class name: PermissionUsedRequest;<br>Method or attribute name: endTime?: number;<br>Old version information: |Class name: PermissionUsedRequest;<br>Method or attribute name: endTime?: number;<br>New version information: ?number|@ohos.privacyManager.d.ts|
351|Type changed|Class name: PermissionUsedRequest;<br>Method or attribute name: flag: PermissionUsageFlag;<br>Old version information: |Class name: PermissionUsedRequest;<br>Method or attribute name: flag: PermissionUsageFlag;<br>New version information: PermissionUsageFlag|@ohos.privacyManager.d.ts|
352|Type changed|Class name: PermissionUsedResponse;<br>Method or attribute name: bundleRecords: Array\<BundleUsedRecord>;<br>Old version information: |Class name: PermissionUsedResponse;<br>Method or attribute name: bundleRecords: Array\<BundleUsedRecord>;<br>New version information: Array\<BundleUsedRecord>|@ohos.privacyManager.d.ts|
353|Type changed|Class name: BundleUsedRecord;<br>Method or attribute name: permissionRecords: Array\<PermissionUsedRecord>;<br>Old version information: |Class name: BundleUsedRecord;<br>Method or attribute name: permissionRecords: Array\<PermissionUsedRecord>;<br>New version information: Array\<PermissionUsedRecord>|@ohos.privacyManager.d.ts|
354|Type changed|Class name: PermissionUsedRecord;<br>Method or attribute name: accessCount: number;<br>Old version information: |Class name: PermissionUsedRecord;<br>Method or attribute name: accessCount: number;<br>New version information: number|@ohos.privacyManager.d.ts|
355|Type changed|Class name: PermissionUsedRecord;<br>Method or attribute name: rejectCount: number;<br>Old version information: |Class name: PermissionUsedRecord;<br>Method or attribute name: rejectCount: number;<br>New version information: number|@ohos.privacyManager.d.ts|
356|Type changed|Class name: PermissionUsedRecord;<br>Method or attribute name: lastAccessTime: number;<br>Old version information: |Class name: PermissionUsedRecord;<br>Method or attribute name: lastAccessTime: number;<br>New version information: number|@ohos.privacyManager.d.ts|
357|Type changed|Class name: PermissionUsedRecord;<br>Method or attribute name: lastRejectTime: number;<br>Old version information: |Class name: PermissionUsedRecord;<br>Method or attribute name: lastRejectTime: number;<br>New version information: number|@ohos.privacyManager.d.ts|
358|Type changed|Class name: PermissionUsedRecord;<br>Method or attribute name: lastAccessDuration: number;<br>Old version information: |Class name: PermissionUsedRecord;<br>Method or attribute name: lastAccessDuration: number;<br>New version information: number|@ohos.privacyManager.d.ts|
359|Type changed|Class name: PermissionUsedRecord;<br>Method or attribute name: accessRecords: Array\<UsedRecordDetail>;<br>Old version information: |Class name: PermissionUsedRecord;<br>Method or attribute name: accessRecords: Array\<UsedRecordDetail>;<br>New version information: Array\<UsedRecordDetail>|@ohos.privacyManager.d.ts|
360|Type changed|Class name: PermissionUsedRecord;<br>Method or attribute name: rejectRecords: Array\<UsedRecordDetail>;<br>Old version information: |Class name: PermissionUsedRecord;<br>Method or attribute name: rejectRecords: Array\<UsedRecordDetail>;<br>New version information: Array\<UsedRecordDetail>|@ohos.privacyManager.d.ts|
361|Type changed|Class name: UsedRecordDetail;<br>Method or attribute name: status: number;<br>Old version information: |Class name: UsedRecordDetail;<br>Method or attribute name: status: number;<br>New version information: number|@ohos.privacyManager.d.ts|
362|Type changed|Class name: UsedRecordDetail;<br>Method or attribute name: timestamp: number;<br>Old version information: |Class name: UsedRecordDetail;<br>Method or attribute name: timestamp: number;<br>New version information: number|@ohos.privacyManager.d.ts|
363|Type changed|Class name: UsedRecordDetail;<br>Method or attribute name: accessDuration: number;<br>Old version information: |Class name: UsedRecordDetail;<br>Method or attribute name: accessDuration: number;<br>New version information: number|@ohos.privacyManager.d.ts|
364|Type changed|Class name: DataBlob;<br>Method or attribute name: data: Uint8Array;<br>Old version information: |Class name: DataBlob;<br>Method or attribute name: data: Uint8Array;<br>New version information: Uint8Array|@ohos.security.cert.d.ts|
365|Type changed|Class name: DataArray;<br>Method or attribute name: data: Array\<Uint8Array>;<br>Old version information: |Class name: DataArray;<br>Method or attribute name: data: Array\<Uint8Array>;<br>New version information: Array\<Uint8Array>|@ohos.security.cert.d.ts|
366|Type changed|Class name: DataBlob;<br>Method or attribute name: data: Uint8Array;<br>Old version information: |Class name: DataBlob;<br>Method or attribute name: data: Uint8Array;<br>New version information: Uint8Array|@ohos.security.cryptoFramework.d.ts|
367|Type changed|Class name: CipherResponse;<br>Method or attribute name: text: string;<br>Old version information: |Class name: CipherResponse;<br>Method or attribute name: text: string;<br>New version information: string|@system.cipher.d.ts|
368|Type changed|Class name: CipherRsaOptions;<br>Method or attribute name: text: string;<br>Old version information: |Class name: CipherRsaOptions;<br>Method or attribute name: text: string;<br>New version information: string|@system.cipher.d.ts|
369|Type changed|Class name: CipherAesOptions;<br>Method or attribute name: text: string;<br>Old version information: |Class name: CipherAesOptions;<br>Method or attribute name: text: string;<br>New version information: string|@system.cipher.d.ts|
370|Type changed|Class name: CipherRsaOptions;<br>Method or attribute name: action: string;<br>Old version information: |Class name: CipherRsaOptions;<br>Method or attribute name: action: string;<br>New version information: string|@system.cipher.d.ts|
371|Type changed|Class name: CipherAesOptions;<br>Method or attribute name: action: string;<br>Old version information: |Class name: CipherAesOptions;<br>Method or attribute name: action: string;<br>New version information: string|@system.cipher.d.ts|
372|Type changed|Class name: CipherRsaOptions;<br>Method or attribute name: key: string;<br>Old version information: |Class name: CipherRsaOptions;<br>Method or attribute name: key: string;<br>New version information: string|@system.cipher.d.ts|
373|Type changed|Class name: CipherAesOptions;<br>Method or attribute name: key: string;<br>Old version information: |Class name: CipherAesOptions;<br>Method or attribute name: key: string;<br>New version information: string|@system.cipher.d.ts|
374|Type changed|Class name: CipherRsaOptions;<br>Method or attribute name: transformation?: string;<br>Old version information: |Class name: CipherRsaOptions;<br>Method or attribute name: transformation?: string;<br>New version information: ?string|@system.cipher.d.ts|
375|Type changed|Class name: CipherAesOptions;<br>Method or attribute name: transformation?: string;<br>Old version information: |Class name: CipherAesOptions;<br>Method or attribute name: transformation?: string;<br>New version information: ?string|@system.cipher.d.ts|
376|Type changed|Class name: CipherRsaOptions;<br>Method or attribute name: success: (data: CipherResponse) => void;<br>Old version information: |Class name: CipherRsaOptions;<br>Method or attribute name: success: (data: CipherResponse) => void;<br>New version information: function|@system.cipher.d.ts|
377|Type changed|Class name: CipherAesOptions;<br>Method or attribute name: success: (data: CipherResponse) => void;<br>Old version information: |Class name: CipherAesOptions;<br>Method or attribute name: success: (data: CipherResponse) => void;<br>New version information: function|@system.cipher.d.ts|
378|Type changed|Class name: CipherRsaOptions;<br>Method or attribute name: fail: (data: string, code: number) => void;<br>Old version information: |Class name: CipherRsaOptions;<br>Method or attribute name: fail: (data: string, code: number) => void;<br>New version information: function|@system.cipher.d.ts|
379|Type changed|Class name: CipherAesOptions;<br>Method or attribute name: fail: (data: string, code: number) => void;<br>Old version information: |Class name: CipherAesOptions;<br>Method or attribute name: fail: (data: string, code: number) => void;<br>New version information: function|@system.cipher.d.ts|
380|Type changed|Class name: CipherRsaOptions;<br>Method or attribute name: complete: () => void;<br>Old version information: |Class name: CipherRsaOptions;<br>Method or attribute name: complete: () => void;<br>New version information: function|@system.cipher.d.ts|
381|Type changed|Class name: CipherAesOptions;<br>Method or attribute name: complete: () => void;<br>Old version information: |Class name: CipherAesOptions;<br>Method or attribute name: complete: () => void;<br>New version information: function|@system.cipher.d.ts|
382|Type changed|Class name: CipherAesOptions;<br>Method or attribute name: iv?: string;<br>Old version information: |Class name: CipherAesOptions;<br>Method or attribute name: iv?: string;<br>New version information: ?string|@system.cipher.d.ts|
383|Type changed|Class name: CipherAesOptions;<br>Method or attribute name: ivOffset?: string;<br>Old version information: |Class name: CipherAesOptions;<br>Method or attribute name: ivOffset?: string;<br>New version information: ?string|@system.cipher.d.ts|
384|Type changed|Class name: CipherAesOptions;<br>Method or attribute name: ivLen?: string;<br>Old version information: |Class name: CipherAesOptions;<br>Method or attribute name: ivLen?: string;<br>New version information: ?string|@system.cipher.d.ts|
385|Function changed|Class name: PermissionUsedRequest;<br>Method or attribute name: tokenId: number;|Class name: PermissionUsedRequest;<br>Method or attribute name: tokenId?: number;|@ohos.privacyManager.d.ts|
386|Function changed|Class name: PermissionUsedRequest;<br>Method or attribute name: deviceId: string;|Class name: PermissionUsedRequest;<br>Method or attribute name: deviceId?: string;|@ohos.privacyManager.d.ts|
387|Function changed|Class name: PermissionUsedRequest;<br>Method or attribute name: isRemote: boolean;|Class name: PermissionUsedRequest;<br>Method or attribute name: isRemote?: boolean;|@ohos.privacyManager.d.ts|
388|Function changed|Class name: PermissionUsedRequest;<br>Method or attribute name: bundleName: string;|Class name: PermissionUsedRequest;<br>Method or attribute name: bundleName?: string;|@ohos.privacyManager.d.ts|
389|Function changed|Class name: PermissionUsedRequest;<br>Method or attribute name: permissionNames: Array\<Permissions>;|Class name: PermissionUsedRequest;<br>Method or attribute name: permissionNames?: Array\<Permissions>;|@ohos.privacyManager.d.ts|
390|Function changed|Class name: PermissionUsedRequest;<br>Method or attribute name: beginTime: number;|Class name: PermissionUsedRequest;<br>Method or attribute name: beginTime?: number;|@ohos.privacyManager.d.ts|
391|Function changed|Class name: PermissionUsedRequest;<br>Method or attribute name: endTime: number;|Class name: PermissionUsedRequest;<br>Method or attribute name: endTime?: number;|@ohos.privacyManager.d.ts|
392|Cross-platform capability changed|Class name: abilityAccessCtrl;<br>Method or attribute name: function createAtManager(): AtManager;<br>Old version information: |Class name: abilityAccessCtrl;<br>Method or attribute name: function createAtManager(): AtManager;<br>New version information: crossplatform|@ohos.abilityAccessCtrl.d.ts|
393|Cross-platform capability changed|Class name: AtManager;<br>Method or attribute name: checkAccessToken(tokenID: number, permissionName: Permissions): Promise\<GrantStatus>;<br>Old version information: |Class name: AtManager;<br>Method or attribute name: checkAccessToken(tokenID: number, permissionName: Permissions): Promise\<GrantStatus>;<br>New version information: crossplatform|@ohos.abilityAccessCtrl.d.ts|
394|Cross-platform capability changed|Class name: AtManager;<br>Method or attribute name: requestPermissionsFromUser(<br>      context: Context,<br>      permissionList: Array\<Permissions>,<br>      requestCallback: AsyncCallback\<PermissionRequestResult><br>    ): void;<br>Old version information: |Class name: AtManager;<br>Method or attribute name: requestPermissionsFromUser(<br>      context: Context,<br>      permissionList: Array\<Permissions>,<br>      requestCallback: AsyncCallback\<PermissionRequestResult><br>    ): void;<br>New version information: crossplatform|@ohos.abilityAccessCtrl.d.ts|
395|Cross-platform capability changed|Class name: AtManager;<br>Method or attribute name: requestPermissionsFromUser(context: Context, permissionList: Array\<Permissions>): Promise\<PermissionRequestResult>;<br>Old version information: |Class name: AtManager;<br>Method or attribute name: requestPermissionsFromUser(context: Context, permissionList: Array\<Permissions>): Promise\<PermissionRequestResult>;<br>New version information: crossplatform|@ohos.abilityAccessCtrl.d.ts|
396|Cross-platform capability changed|Class name: GrantStatus;<br>Method or attribute name: export enum GrantStatus<br>Old version information: |Class name: GrantStatus;<br>Method or attribute name: export enum GrantStatus<br>New version information: crossplatform|@ohos.abilityAccessCtrl.d.ts|
397|Cross-platform capability changed|Class name: GrantStatus;<br>Method or attribute name: PERMISSION_DENIED = -1<br>Old version information: |Class name: GrantStatus;<br>Method or attribute name: PERMISSION_DENIED = -1<br>New version information: crossplatform|@ohos.abilityAccessCtrl.d.ts|
398|Cross-platform capability changed|Class name: GrantStatus;<br>Method or attribute name: PERMISSION_GRANTED = 0<br>Old version information: |Class name: GrantStatus;<br>Method or attribute name: PERMISSION_GRANTED = 0<br>New version information: crossplatform|@ohos.abilityAccessCtrl.d.ts|
399|Cross-platform capability changed|Class name: PermissionRequestResult;<br>Method or attribute name: export default class PermissionRequestResult<br>Old version information: |Class name: PermissionRequestResult;<br>Method or attribute name: export default class PermissionRequestResult<br>New version information: crossplatform|PermissionRequestResult.d.ts|
400|Cross-platform capability changed|Class name: PermissionRequestResult;<br>Method or attribute name: permissions: Array\<string>;<br>Old version information: |Class name: PermissionRequestResult;<br>Method or attribute name: permissions: Array\<string>;<br>New version information: crossplatform|PermissionRequestResult.d.ts|
401|Cross-platform capability changed|Class name: PermissionRequestResult;<br>Method or attribute name: authResults: Array\<number>;<br>Old version information: |Class name: PermissionRequestResult;<br>Method or attribute name: authResults: Array\<number>;<br>New version information: crossplatform|PermissionRequestResult.d.ts|
402