mirror of
https://gitee.com/openharmony/interface_sdk-js
synced 2024-11-30 10:53:31 +00:00
getcertificate
Signed-off-by: sunjiakun <sunjiakun5@huawei.com>
This commit is contained in:
parent
28b6e657bb
commit
5c3c3b0a39
11
api/bundleManager/BundleInfo.d.ts
vendored
11
api/bundleManager/BundleInfo.d.ts
vendored
@ -498,6 +498,17 @@ export interface SignatureInfo {
|
||||
* @since 11
|
||||
*/
|
||||
readonly appIdentifier: string;
|
||||
|
||||
/**
|
||||
* Indicates the certificate
|
||||
*
|
||||
* @type { ?string }
|
||||
* @readonly
|
||||
* @syscap SystemCapability.BundleManager.BundleFramework.Core
|
||||
* @atomicservice
|
||||
* @since 13
|
||||
*/
|
||||
readonly certificate?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user