| 操作 | 旧版本 | 新版本 | d.ts文件 |
|---|---|---|---|
| 删除错误码 | 类名:PriKey; API声明:getAsyKeySpec(itemType: AsyKeySpecItem): bigint | string | number; 差异内容:801 |
类名:PriKey; API声明:getAsyKeySpec(itemType: AsyKeySpecItem): bigint | string | number; 差异内容:NA |
api/@ohos.security.cryptoFramework.d.ts |
| 删除错误码 | 类名:PubKey; API声明:getAsyKeySpec(itemType: AsyKeySpecItem): bigint | string | number; 差异内容:801 |
类名:PubKey; API声明:getAsyKeySpec(itemType: AsyKeySpecItem): bigint | string | number; 差异内容:NA |
api/@ohos.security.cryptoFramework.d.ts |
| 删除错误码 | 类名:Mac; API声明:init(key: SymKey, callback: AsyncCallback<void>): void; 差异内容:17620001 |
类名:Mac; API声明:init(key: SymKey, callback: AsyncCallback<void>): void; 差异内容:NA |
api/@ohos.security.cryptoFramework.d.ts |
| 删除错误码 | 类名:Mac; API声明:init(key: SymKey): Promise<void>; 差异内容:17620001 |
类名:Mac; API声明:init(key: SymKey): Promise<void>; 差异内容:NA |
api/@ohos.security.cryptoFramework.d.ts |
| 删除错误码 | 类名:Mac; API声明:initSync(key: SymKey): void; 差异内容:17620001 |
类名:Mac; API声明:initSync(key: SymKey): void; 差异内容:NA |
api/@ohos.security.cryptoFramework.d.ts |
| 删除错误码 | 类名:Mac; API声明:update(input: DataBlob, callback: AsyncCallback<void>): void; 差异内容:17620001 |
类名:Mac; API声明:update(input: DataBlob, callback: AsyncCallback<void>): void; 差异内容:NA |
api/@ohos.security.cryptoFramework.d.ts |
| 删除错误码 | 类名:Mac; API声明:update(input: DataBlob): Promise<void>; 差异内容:17620001 |
类名:Mac; API声明:update(input: DataBlob): Promise<void>; 差异内容:NA |
api/@ohos.security.cryptoFramework.d.ts |
| 删除错误码 | 类名:Mac; API声明:updateSync(input: DataBlob): void; 差异内容:17620001 |
类名:Mac; API声明:updateSync(input: DataBlob): void; 差异内容:NA |
api/@ohos.security.cryptoFramework.d.ts |
| 删除错误码 | 类名:Md; API声明:update(input: DataBlob, callback: AsyncCallback<void>): void; 差异内容:17620001 |
类名:Md; API声明:update(input: DataBlob, callback: AsyncCallback<void>): void; 差异内容:NA |
api/@ohos.security.cryptoFramework.d.ts |
| 删除错误码 | 类名:Md; API声明:update(input: DataBlob): Promise<void>; 差异内容:17620001 |
类名:Md; API声明:update(input: DataBlob): Promise<void>; 差异内容:NA |
api/@ohos.security.cryptoFramework.d.ts |
| 删除错误码 | 类名:Md; API声明:updateSync(input: DataBlob): void; 差异内容:17620001 |
类名:Md; API声明:updateSync(input: DataBlob): void; 差异内容:NA |
api/@ohos.security.cryptoFramework.d.ts |
| 删除API | 类名:Result; API声明:ERR_PARAMETER_CHECK_FAILED = 17620003 差异内容:ERR_PARAMETER_CHECK_FAILED = 17620003 |
NA | api/@ohos.security.cryptoFramework.d.ts |
| 删除API | 类名:cryptoFramework; API声明:interface KeyEncodingConfig 差异内容:interface KeyEncodingConfig |
NA | api/@ohos.security.cryptoFramework.d.ts |
| 删除API | 类名:KeyEncodingConfig; API声明:password: string; 差异内容:password: string; |
NA | api/@ohos.security.cryptoFramework.d.ts |
| 删除API | 类名:KeyEncodingConfig; API声明:cipherName: string; 差异内容:cipherName: string; |
NA | api/@ohos.security.cryptoFramework.d.ts |
| 删除API | 类名:cryptoFramework; API声明:interface MacSpec 差异内容:interface MacSpec |
NA | api/@ohos.security.cryptoFramework.d.ts |
| 删除API | 类名:MacSpec; API声明:algName: string; 差异内容:algName: string; |
NA | api/@ohos.security.cryptoFramework.d.ts |
| 删除API | 类名:cryptoFramework; API声明:interface HmacSpec 差异内容:interface HmacSpec |
NA | api/@ohos.security.cryptoFramework.d.ts |
| 删除API | 类名:HmacSpec; API声明:mdName: string; 差异内容:mdName: string; |
NA | api/@ohos.security.cryptoFramework.d.ts |
| 删除API | 类名:cryptoFramework; API声明:interface CmacSpec 差异内容:interface CmacSpec |
NA | api/@ohos.security.cryptoFramework.d.ts |
| 删除API | 类名:CmacSpec; API声明:cipherName: string; 差异内容:cipherName: string; |
NA | api/@ohos.security.cryptoFramework.d.ts |
| 删除API | 类名:cryptoFramework; API声明:interface ScryptSpec 差异内容:interface ScryptSpec |
NA | api/@ohos.security.cryptoFramework.d.ts |
| 删除API | 类名:ScryptSpec; API声明:passphrase: string | Uint8Array; 差异内容:passphrase: string | Uint8Array; |
NA | api/@ohos.security.cryptoFramework.d.ts |
| 删除API | 类名:ScryptSpec; API声明:salt: Uint8Array; 差异内容:salt: Uint8Array; |
NA | api/@ohos.security.cryptoFramework.d.ts |
| 删除API | 类名:ScryptSpec; API声明:n: number; 差异内容:n: number; |
NA | api/@ohos.security.cryptoFramework.d.ts |
| 删除API | 类名:ScryptSpec; API声明:r: number; 差异内容:r: number; |
NA | api/@ohos.security.cryptoFramework.d.ts |
| 删除API | 类名:ScryptSpec; API声明:p: number; 差异内容:p: number; |
NA | api/@ohos.security.cryptoFramework.d.ts |
| 删除API | 类名:ScryptSpec; API声明:maxMemory: number; 差异内容:maxMemory: number; |
NA | api/@ohos.security.cryptoFramework.d.ts |
| 删除API | 类名:ScryptSpec; API声明:keySize: number; 差异内容:keySize: number; |
NA | api/@ohos.security.cryptoFramework.d.ts |
| 删除API | 类名:cryptoFramework; API声明:interface EccSignatureSpec 差异内容:interface EccSignatureSpec |
NA | api/@ohos.security.cryptoFramework.d.ts |
| 删除API | 类名:EccSignatureSpec; API声明:r: bigint; 差异内容:r: bigint; |
NA | api/@ohos.security.cryptoFramework.d.ts |
| 删除API | 类名:EccSignatureSpec; API声明:s: bigint; 差异内容:s: bigint; |
NA | api/@ohos.security.cryptoFramework.d.ts |
| 删除API | 类名:cryptoFramework; API声明:class SignatureUtils 差异内容:class SignatureUtils |
NA | api/@ohos.security.cryptoFramework.d.ts |
| 删除API | 类名:SignatureUtils; API声明:static genEccSignatureSpec(data: Uint8Array): EccSignatureSpec; 差异内容:static genEccSignatureSpec(data: Uint8Array): EccSignatureSpec; |
NA | api/@ohos.security.cryptoFramework.d.ts |
| 删除API | 类名:SignatureUtils; API声明:static genEccSignature(spec: EccSignatureSpec): Uint8Array; 差异内容:static genEccSignature(spec: EccSignatureSpec): Uint8Array; |
NA | api/@ohos.security.cryptoFramework.d.ts |
| 删除同名函数 | 类名:PriKey; API声明:getEncodedPem(format: string, config: KeyEncodingConfig): string; 差异内容:getEncodedPem(format: string, config: KeyEncodingConfig): string; |
类名:global; API声明: 差异内容:NA |
api/@ohos.security.cryptoFramework.d.ts |
| 删除同名函数 | 类名:AsyKeyGenerator; API声明:convertPemKey(pubKey: string | null, priKey: string | null, password: string): Promise<KeyPair>; 差异内容:convertPemKey(pubKey: string | null, priKey: string | null, password: string): Promise<KeyPair>; |
类名:global; API声明: 差异内容:NA |
api/@ohos.security.cryptoFramework.d.ts |
| 删除同名函数 | 类名:AsyKeyGenerator; API声明:convertPemKeySync(pubKey: string | null, priKey: string | null, password: string): KeyPair; 差异内容:convertPemKeySync(pubKey: string | null, priKey: string | null, password: string): KeyPair; |
类名:global; API声明: 差异内容:NA |
api/@ohos.security.cryptoFramework.d.ts |
| 删除同名函数 | 类名:cryptoFramework; API声明:function createMac(macSpec: MacSpec): Mac; 差异内容:function createMac(macSpec: MacSpec): Mac; |
类名:global; API声明: 差异内容:NA |
api/@ohos.security.cryptoFramework.d.ts |