Home --> Documentations --> PJSIP Reference
#include <endpoint.hpp>
TLS transport information.
Constructor.
Check if the info is set with empty values.
Convert from pjsip
Describes whether secure socket connection is established, i.e: TLS/SSL handshaking has been done successfully.
Describes secure socket protocol being used, see pj_ssl_sock_proto. Use bitwise OR operation to combine the protocol type.
Describes cipher suite being used, this will only be set when connection is established.
Describes cipher name being used, this will only be set when connection is established.
Describes local address.
Describes remote address.
Describes active local certificate info. Use SslCertInfo.isEmpty() to check if the local cert info is available.
Describes active remote certificate info. Use SslCertInfo.isEmpty() to check if the remote cert info is available.
Status of peer certificate verification.
Error messages (if any) of peer certificate verification, based on the field verifyStatus above.