CertificateException class
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
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