Home
last modified time | relevance | path

Searched refs:DER (Results 1 – 25 of 46) sorted by relevance

12

/ohos5.0/docs/zh-cn/application-dev/security/CryptoArchitectureKit/
H A Dcrypto-convert-binary-data-to-asym-key-pair-ndk.md10 > - 公钥需满足:ASN.1语法、X.509规范、DER编码格式。
12 > - 私钥需满足:ASN.1语法、PKCS\#8规范、DER编码格式。
H A Dcrypto-convert-binary-data-to-asym-key-pair.md11 > - 公钥需满足:ASN.1语法、X.509规范、DER编码格式。
13 > - 私钥需满足:ASN.1语法、PKCS\#8规范、DER编码格式。
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/src/context/
H A Dtls_server_napi_context.cpp32 remoteCert_.encodingFormat = TlsSocket::EncodingFormat::DER; in TLSServerNapiContext()
/ohos5.0/docs/zh-cn/application-dev/security/UniversalKeystoreKit/
H A Dhuks-export-key-arkts.md16 …-kit/js-apis-huks.md#huksreturnresult9)类型对象,获取的公钥明文在outData字段中,以标准的X.509规范的DER格式封装,具体请参考[公钥材料格式](h…
H A Dhuks-export-key-ndk.md22 3. 返回值为成功码/错误码,导出公钥以标准的X.509规范的DER格式封装在参数key中,具体请参考[公钥材料格式](huks-concepts.md#公钥材料格式)。
H A Dhuks-key-import-overview.md114 | 非对称密钥-公钥 | RSA、ECC、ECDH、DSA、DH、SM2 | X.509规范的DER格式 |
H A Dhuks-import-key-in-plaintext-ndk.md53 /* DER格式的公钥,用于后续导入密钥 */
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_certificate.cpp54 case DER: in TLSCertificate()
373 rawData_.encodingFormat = DER; in SetLocalCertRawData()
H A Dtls_key.cpp32 if (encoding == DER) { in TLSKey()
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/include/
H A Dtls.h38 enum EncodingFormat { DER, PEM }; enumerator
/ohos5.0/foundation/communication/netstack/test/unittest/tlssocket/client/
H A DTlsKeyTest.cpp87 TLSKey tlsKey2 = TLSKey(fileName, ALGORITHM_RSA, keyPass, EncodingFormat::DER);
90 TLSKey tlsKey4 = TLSKey(fileName2, ALGORITHM_RSA, keyPass, EncodingFormat::DER);
H A DTlsCertificateTest.cpp54 TLSCertificate tlsCertificate = TLSCertificate(data, EncodingFormat::DER, LOCAL_CERT);
/ohos5.0/docs/zh-cn/application-dev/security/DeviceCertificateKit/
H A Dcertificate-framework-overview.md35 目前仅支持DER与PEM格式的证书。
H A Dcreate-parse-verify-certextension-object.md44 // 证书扩展格式,目前仅支持DER格式
H A Dcreate-parse-verify-cert-object.md47 // 证书格式,仅支持PEM和DER。在此示例中,证书为PEM格式
H A Dcreate-verify-cerchainvalidator-object.md98 // 证书格式。仅支持 PEM 和 DER。在此示例中,证书为 PEM 格式
/ohos5.0/docs/en/application-dev/security/UniversalKeystoreKit/
H A Dhuks-export-key-arkts.md16 …esult9) object returned, the public key is in the **outData** field in the DER format defined in X…
H A Dhuks-export-key-ndk.md22 …e operation is successful, the exported key is in the **key** field in the DER format defined in X…
H A Dhuks-import-key-in-plaintext-ndk.md53 /* 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.ts477 DER = 'DER',
/ohos5.0/docs/en/application-dev/security/CryptoArchitectureKit/
H A Dcrypto-convert-binary-data-to-asym-key-pair-ndk.md10 > - 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 Dcrypto-convert-binary-data-to-asym-key-pair.md11 > - 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 Dcreate-parse-verify-certextension-object.md43 // 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.md113 | CRYPTO_DER | DER格式密钥类型。 |
/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/
H A Djs-apis-networkSecurity.md54 | CERT_TYPE_DER | 1 | DER格式证书。 |

12