Home
last modified time | relevance | path

Searched refs:Secure (Results 1 – 25 of 68) sorted by relevance

123

/ohos5.0/docs/en/application-dev/web/
H A Dweb-secure-shield-mode.md1 # Using Secure Shield Mode
3 The Secure Shield mode is <!--RP1--><!--RP1End-->a system-level security mode provided for users wi…
7 When the Secure Shield mode is enabled, ArkWeb reduces the attack surface by restricting the follow…
31 …t and compatibility of applications in Secure Shield mode, go to **Settings** > **Privacy & securi…
37 …sed on AppGallery), you need to enable the developer option and then enable the Secure Shield mode.
45 - Check whether the PDF file can be displayed online. If the Secure Shield mode is enabled, the PDF…
47 …page contains the MathML syntax embedded in the \**<\math>** tag. In the Secure Shield mode, the M…
51 …ent real-time data exchange between peers in WebRTC and cannot be called in the Secure Shield mode.
55 …network request interception, and notification push, which cannot be created in Secure Shield mode.
57 - Check whether non-proxy UDP transmission is used in WebRTC. In Secure Shield mode, non-proxy UDP …
[all …]
H A Dweb-component-overview.md26 - Security and privacy: traceless browsing mode, advertisement blocking, and Secure Shield mode.
H A DReadme-EN.md33 - [Using Secure Shield Mode](web-secure-shield-mode.md)
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/websocket/async_context/include/
H A Dconnect_context.h44 void SetClientCert(std::string &cert, Secure::SecureChar &key, Secure::SecureChar &keyPassword);
46 void GetClientCert(std::string &cert, Secure::SecureChar &key, Secure::SecureChar &keyPassword);
80 Secure::SecureChar clientKey_;
82 Secure::SecureChar keyPassword_;
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/websocket/async_context/src/
H A Dconnect_context.cpp172 void ConnectContext::GetClientCert(std::string &cert, Secure::SecureChar &key, Secure::SecureChar &… in GetClientCert()
179 void ConnectContext::SetClientCert(std::string &cert, Secure::SecureChar &key, Secure::SecureChar &… in SetClientCert()
198 Secure::SecureChar keyPath = in ParseClientCert()
199Secure::SecureChar(NapiUtils::GetStringPropertyUtf8(GetEnv(), jsCert, ContextKey::KEY_PATH)); in ParseClientCert()
200 Secure::SecureChar keyPassword = in ParseClientCert()
201Secure::SecureChar(NapiUtils::GetStringPropertyUtf8(GetEnv(), jsCert, ContextKey::KEY_PASSWD)); in ParseClientCert()
/ohos5.0/docs/en/contribute/
H A Dcode-contribution.md23 - [C&C++ Secure Coding Guide](OpenHarmony-c-cpp-secure-coding-guide.md)
24 - [Java Secure Coding Guide](OpenHarmony-Java-secure-coding-guide.md)
35 [OpenHarmony Secure Test Guide](OpenHarmony-security-test-guide.md)
H A DOpenHarmony-security-test-guide.md7 - Review the code of each module according to [OpenHarmony C&C++ Secure Coding Guide](OpenHarmony-c…
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/options/include/
H A Dhttp_request_options.h94 …void SetClientCert(std::string &cert, std::string &certType, std::string &key, Secure::SecureChar …
140 …void GetClientCert(std::string &cert, std::string &certType, std::string &key, Secure::SecureChar …
190 Secure::SecureChar keyPasswd_;
/ohos5.0/foundation/communication/netstack/utils/napi_utils/include/
H A Dsecure_char.h23 namespace OHOS::NetStack::Secure {
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/options/src/
H A Dhttp_request_options.cpp205 std::string &cert, std::string &certType, std::string &key, Secure::SecureChar &keyPasswd) in SetClientCert()
219 std::string &cert, std::string &certType, std::string &key, Secure::SecureChar &keyPasswd) in GetClientCert()
/ohos5.0/drivers/interface/nfc/v1_1/
H A DNfcTypes.idl70 /** Default Secure Element route id */
73 /** Default Secure Element route id for felica */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nfc_v1_1/foo/nfc/v1_1/
H A DNfcTypes.idl70 /** Default Secure Element route id */
73 /** Default Secure Element route id for felica */
/ohos5.0/foundation/communication/netstack/utils/napi_utils/src/
H A Dsecure_char.cpp21 namespace OHOS::NetStack::Secure { namespace
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/
H A DReadme-CN.md28 - [Secure Element HDI 参数参考](secureelement/Readme-CN.md)
/ohos5.0/docs/en/application-dev/performance/
H A Dreadme-EN.md5 …- [Secure and Efficient N-API Development](develop-Native-modules-using-NAPI-safely-and-efficientl…
/ohos5.0/foundation/multimedia/drm_framework/
H A DREADME_zh.md89 8.获取SVP(Secure Video Path,安全视频通路)属性。
/ohos5.0/foundation/communication/netstack/test/unittest/http/
H A DHttpRequestOptionsTest.cpp152 Secure::SecureChar keyPasswd("password");
159 Secure::SecureChar retrievedKeyPasswd;
/ohos5.0/drivers/interface/camera/v1_3/
H A DICameraDevice.idl50 * @brief Obtains the SeqId of the Secure camera.
/ohos5.0/docs/zh-cn/device-dev/quick-start/
H A Dquickstart-appendix-hi3861.md22 …l Purpose Input/Output)和多路ADC(Analog to Digital Converter),同时支持高速SDIO2.0(Secure Digital Input/Outp…
/ohos5.0/base/useriam/face_auth/
H A DREADME.md16 1. Secure storage and comparison of facial data: The faceauth HDI provides adaptation interfaces fo…
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-mmc-develop.md15 - SD卡(Secure Digital Memory Card)
19 - SDIO(Secure Digital Input and Output)
/ohos5.0/docs/en/device-dev/security/
H A Dsecurity-guidelines-overall.md88 - Secure boot
90Secure boot is the basis of system security. A digital signature and integrity verification mechan…
99 - Secure boot must be enabled, and the trusted root must be in the chip and cannot be modified. In …
129 - Secure storage of keys
177 - Secure communication between the IoT controller and IoT device
/ohos5.0/docs/en/application-dev/security/UniversalKeystoreKit/
H A Dhuks-key-generation-overview.md9 - Secure storage: Except the public keys in asymmetric key pairs, the keys generated by HUKS can be…
/ohos5.0/docs/en/application-dev/security/CryptoArchitectureKit/
H A Dcrypto-generate-random-number.md1 # Secure Random Number Generation
/ohos5.0/docs/en/application-dev/media/drm/
H A Ddrm-overview.md20 - Secure and non-secure video channels

123