Home
last modified time | relevance | path

Searched refs:TLSServerConfiguration_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_socket_server.cpp466 TLSServerConfiguration_.SetPrivateKey(config.GetTlsSecureOptions().GetKey(), in SetLocalTlsConfiguration()
468 TLSServerConfiguration_.SetLocalCertificate(config.GetTlsSecureOptions().GetCert()); in SetLocalTlsConfiguration()
469 TLSServerConfiguration_.SetCaCertificate(config.GetTlsSecureOptions().GetCaChain()); in SetLocalTlsConfiguration()
471 TLSServerConfiguration_.SetVerifyMode(config.GetTlsSecureOptions().GetVerifyMode()); in SetLocalTlsConfiguration()
475 TLSServerConfiguration_.SetProtocol(protocolVec); in SetLocalTlsConfiguration()
481 const auto &cert = TLSServerConfiguration_.GetCertificate(); in GetCertificate()
514 if (TLSServerConfiguration_.GetProtocol() == TlsSocket::TLS_V1_3) { in GetProtocol()
/ohos5.0/foundation/communication/netstack/test/unittest/tlssocket/server/
H A Dtls_socket_server_branch_test.cpp478 tlsSocketServer->TLSServerConfiguration_.protocol_ = TlsSocket::TLS_V1_3;
492 tlsSocketServer->TLSServerConfiguration_.protocol_ = TlsSocket::TLS_V1_2;
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/tls_socket/include/
H A Dtls_socket_server.h497 TlsSocket::TLSConfiguration TLSServerConfiguration_; variable