harmony 鸿蒙net_ssl_c_type.h
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 鸿蒙NetConn_ConnectionProperties
harmony 鸿蒙NetConn_NetCapabilities
harmony 鸿蒙NetConn_NetConnCallback
harmony 鸿蒙NetConn_NetHandleList
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦