CertificateException class

An exception that happens in the handshake phase of establishing a secure network connection, when looking up or verifying a certificate.

An exception that happens in the handshake phase of establishing a secure network connection, when looking up or verifying a certificate.

Extends

Constructors

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

Instance Properties

type String Inherited
read-only
message String Inherited
read-only
osError OSError Inherited
read-only

Instance Methods

toString() → String Inherited
Returns a string representation of this object.