CertificateException class - dart:io library (original) (raw)
An exception that happens in the handshake phase of establishing a secure network connection, when looking up or verifying a certificate.
Inheritance
- Object
- TlsException
- CertificateException
Constructors
CertificateException([String message = "", OSError? osError])
const
Properties
The hash code for this object.
no setterinherited
finalinherited
finalinherited
A representation of the runtime type of the object.
no setterinherited
finalinherited
Methods
noSuchMethod(Invocation invocation)→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
A string representation of this object.
inherited
Operators
operator ==(Object other)→ bool
The equality operator.
inherited