harmony 鸿蒙net_ssl_c_type.h

  • 2025-06-12
  • 浏览 (3)

net_ssl_c_type.h

Overview

Defines data structures for the C APIs of the SSL/TLS certificate chain verification module.

Library: libnet_ssl.so

System capability: SystemCapability.Communication.NetStack

Since: 11

Related module: Netstack

Summary

Structs

Name Description
NetStack_CertBlob Certificate data structure.
NetStack_CertificatePinning Data structure of the certificate lock information.
NetStack_Certificates Data structure of the certificate information.

Enums

Name Description
NetStack_CertType {
NetStack_CERT_TYPE_PEM = 0,
NetStack_CERT_TYPE_DER = 1,
NetStack_CERT_TYPE_INVALID
}
Certificate type enums.
NetStack_CertificatePinningKind {
PUBLIC_KEY,
}
Certificate lock type.
NetStack_HashAlgorithm {
SHA_256,
}
Hash algorithm type.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Network Kit

harmony 鸿蒙NetConn_ConnectionProperties

harmony 鸿蒙NetConn_HttpProxy

harmony 鸿蒙NetConn_NetAddr

harmony 鸿蒙NetConn_NetCapabilities

harmony 鸿蒙NetConn_NetConnCallback

harmony 鸿蒙NetConn_NetHandle

harmony 鸿蒙NetConn_NetHandleList

harmony 鸿蒙NetConn_NetSpecifier

harmony 鸿蒙NetConn_Route

0  赞