pj_turn_sock_tls_cfg class final
TLS transport settings.
- Inheritance
- Implemented types
- Available extensions
Constructors
Properties
-
address
→ Pointer<
T> -
Available on T, provided by the StructAddress extension
The memory address of the underlying data.no setter - ca_buf ↔ pj_ssl_cert_buffer
-
Certificate of Authority (CA) buffer. If ca_list_file, ca_list_path,
cert_file or privkey_file are set, this setting will be ignored.
getter/setter pair
- ca_list_file ↔ pj_str_t
-
Certificate of Authority (CA) list file.
getter/setter pair
- ca_list_path ↔ pj_str_t
-
Certificate of Authority (CA) list directory path.
getter/setter pair
- cert_buf ↔ pj_ssl_cert_buffer
-
Public endpoint certificate buffer, which will be used as client-
side certificate for outgoing TLS connection, and server-side
certificate for incoming TLS connection. If ca_list_file, ca_list_path,
cert_file or privkey_file are set, this setting will be ignored.
getter/setter pair
- cert_file ↔ pj_str_t
-
Public endpoint certificate file, which will be used as client-
side certificate for outgoing TLS connection.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- password ↔ pj_str_t
-
Password to open private key.
getter/setter pair
- privkey_buf ↔ pj_ssl_cert_buffer
-
Optional private key buffer of the endpoint certificate to be used.
If ca_list_file, ca_list_path, cert_file or privkey_file are set,
this setting will be ignored.
getter/setter pair
- privkey_file ↔ pj_str_t
-
Optional private key of the endpoint certificate to be used.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- ssock_param ↔ pj_ssl_sock_param
-
The ssl socket parameter.
These fields are used by TURN TLS:
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited