CertificatePinningException class
Thrown when certificate pinning validation fails.
- Inheritance
-
- Object
- SecurityException
- CertificatePinningException
Constructors
- CertificatePinningException({required String host, required String message, String? code = 'CERTIFICATE_PINNING_FAILURE', Object? originalError})
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited