ClientCertChallenge class
Class that represents the challenge of the PlatformWebViewCreationParams.onReceivedClientCertRequest event. It provides all the information about the challenge.
- Inheritance
-
- Object
- URLAuthenticationChallenge
- ClientCertChallenge
Constructors
-
ClientCertChallenge({@Deprecated('Use keyTypes instead') List<
String> ? androidKeyTypes, @Deprecated('Use principals instead') List<String> ? androidPrincipals, List<String> ? keyTypes, List<String> ? principals, required URLProtectionSpace protectionSpace})
Properties
-
androidKeyTypes
↔ List<
String> ? -
Use keyTypes instead.
getter/setter pair
-
androidPrincipals
↔ List<
String> ? -
Use principals instead.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
keyTypes
↔ List<
String> ? -
Returns the acceptable types of asymmetric keys.
getter/setter pair
-
principals
↔ List<
String> ? -
The acceptable certificate issuers for the certificate matching the private key.
getter/setter pair
- protectionSpace ↔ URLProtectionSpace
-
The protection space requiring authentication.
getter/setter pairinherited
- 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
-
toJson(
) → Map< String, dynamic> -
Converts instance to a map.
override
-
toMap(
) → Map< String, dynamic> -
Converts instance to a map.
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromMap(
Map< String, dynamic> ? map) → ClientCertChallenge? -
Gets a possible ClientCertChallenge instance from a Map value.
override