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

Constructors

CertificateException([String message = "", OSError? osError])

const

Properties

hashCodeint

The hash code for this object.

no setterinherited

messageString

finalinherited

osErrorOSError?

finalinherited

runtimeTypeType

A representation of the runtime type of the object.

no setterinherited

typeString

finalinherited

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