/ohos5.0/docs/zh-cn/application-dev/security/CryptoArchitectureKit/ |
H A D | crypto-convert-binary-data-to-asym-key-pair-ndk.md | 10 > - 公钥需满足:ASN.1语法、X.509规范、DER编码格式。 12 > - 私钥需满足:ASN.1语法、PKCS\#8规范、DER编码格式。
|
H A D | crypto-convert-binary-data-to-asym-key-pair.md | 11 > - 公钥需满足:ASN.1语法、X.509规范、DER编码格式。 13 > - 私钥需满足:ASN.1语法、PKCS\#8规范、DER编码格式。
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/src/context/ |
H A D | tls_server_napi_context.cpp | 32 remoteCert_.encodingFormat = TlsSocket::EncodingFormat::DER; in TLSServerNapiContext()
|
/ohos5.0/docs/zh-cn/application-dev/security/UniversalKeystoreKit/ |
H A D | huks-export-key-arkts.md | 16 …-kit/js-apis-huks.md#huksreturnresult9)类型对象,获取的公钥明文在outData字段中,以标准的X.509规范的DER格式封装,具体请参考[公钥材料格式](h…
|
H A D | huks-export-key-ndk.md | 22 3. 返回值为成功码/错误码,导出公钥以标准的X.509规范的DER格式封装在参数key中,具体请参考[公钥材料格式](huks-concepts.md#公钥材料格式)。
|
H A D | huks-key-import-overview.md | 114 | 非对称密钥-公钥 | RSA、ECC、ECDH、DSA、DH、SM2 | X.509规范的DER格式 |
|
H A D | huks-import-key-in-plaintext-ndk.md | 53 /* DER格式的公钥,用于后续导入密钥 */
|
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/ |
H A D | tls_certificate.cpp | 54 case DER: in TLSCertificate() 373 rawData_.encodingFormat = DER; in SetLocalCertRawData()
|
H A D | tls_key.cpp | 32 if (encoding == DER) { in TLSKey()
|
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/include/ |
H A D | tls.h | 38 enum EncodingFormat { DER, PEM }; enumerator
|
/ohos5.0/foundation/communication/netstack/test/unittest/tlssocket/client/ |
H A D | TlsKeyTest.cpp | 87 TLSKey tlsKey2 = TLSKey(fileName, ALGORITHM_RSA, keyPass, EncodingFormat::DER); 90 TLSKey tlsKey4 = TLSKey(fileName2, ALGORITHM_RSA, keyPass, EncodingFormat::DER);
|
H A D | TlsCertificateTest.cpp | 54 TLSCertificate tlsCertificate = TLSCertificate(data, EncodingFormat::DER, LOCAL_CERT);
|
/ohos5.0/docs/zh-cn/application-dev/security/DeviceCertificateKit/ |
H A D | certificate-framework-overview.md | 35 目前仅支持DER与PEM格式的证书。
|
H A D | create-parse-verify-certextension-object.md | 44 // 证书扩展格式,目前仅支持DER格式
|
H A D | create-parse-verify-cert-object.md | 47 // 证书格式,仅支持PEM和DER。在此示例中,证书为PEM格式
|
H A D | create-verify-cerchainvalidator-object.md | 98 // 证书格式。仅支持 PEM 和 DER。在此示例中,证书为 PEM 格式
|
/ohos5.0/docs/en/application-dev/security/UniversalKeystoreKit/ |
H A D | huks-export-key-arkts.md | 16 …esult9) object returned, the public key is in the **outData** field in the DER format defined in X…
|
H A D | huks-export-key-ndk.md | 22 …e operation is successful, the exported key is in the **key** field in the DER format defined in X…
|
H A D | huks-import-key-in-plaintext-ndk.md | 53 /* Public key in DER format, which is used to import the key. */
|
/ohos5.0/foundation/communication/netstack/interfaces/kits/js/ |
H A D | @ohos.net.http.d.ts | 477 DER = 'DER',
|
/ohos5.0/docs/en/application-dev/security/CryptoArchitectureKit/ |
H A D | crypto-convert-binary-data-to-asym-key-pair-ndk.md | 10 > - The public key must use the ASN.1 syntax and DER encoding format and comply with X.509 specific… 12 > - The private key must use the ASN.1 syntax and DER encoding format and comply with PKCS\#8 speci…
|
H A D | crypto-convert-binary-data-to-asym-key-pair.md | 11 > - The public key must use the ASN.1 syntax and DER encoding format and comply with X.509 specific… 13 > - The private key must use the ASN.1 syntax and DER encoding format and comply with PKCS\#8 speci…
|
/ohos5.0/docs/en/application-dev/security/DeviceCertificateKit/ |
H A D | create-parse-verify-certextension-object.md | 43 // Certificate extension format. Currently, only the DER format is supported.
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-crypto-architecture-kit/ |
H A D | _crypto_asym_key_api.md | 113 | CRYPTO_DER | DER格式密钥类型。 |
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/ |
H A D | js-apis-networkSecurity.md | 54 | CERT_TYPE_DER | 1 | DER格式证书。 |
|