pjsip_digest_credential class final
This structure describe credential used in Authorization and Proxy-Authorization header for digest authentication scheme.
- 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 - algorithm ↔ pj_str_t
-
< Algorithm.
getter/setter pair
- cnonce ↔ pj_str_t
-
< Cnonce.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- nc ↔ pj_str_t
-
< Nonce count.
getter/setter pair
- nonce ↔ pj_str_t
-
< Nonce parameter.
getter/setter pair
- opaque ↔ pj_str_t
-
< Opaque value.
getter/setter pair
- other_param ↔ pjsip_param
-
< Other parameters.
getter/setter pair
- qop ↔ pj_str_t
-
< Quality of protection.
getter/setter pair
- realm ↔ pj_str_t
-
< Realm of the credential
getter/setter pair
- response ↔ pj_str_t
-
< Response digest.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uri ↔ pj_str_t
-
< URI parameter.
getter/setter pair
- username ↔ pj_str_t
-
< Username parameter.
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