pjsip_ssl_method class abstract
SSL protocol method constants.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Constants
- PJSIP_SSL_UNSPECIFIED_METHOD → const int
- < Default protocol method.
- PJSIP_SSLV2_METHOD → const int
- < Use SSLv2 method.
- PJSIP_SSLV3_METHOD → const int
- < Use SSLv3 method.
- PJSIP_SSLV23_METHOD → const int
- < Use SSLv23 method.
- PJSIP_TLSV1_1_METHOD → const int
- < Use TLSv1_1 method.
- PJSIP_TLSV1_2_METHOD → const int
- < Use TLSv1_2 method.
- PJSIP_TLSV1_3_METHOD → const int
- < Use TLSv1_3 method.
- PJSIP_TLSV1_METHOD → const int
- < Use TLSv1 method.