X509Certificate class - dart:io library (original) (raw)

X509Certificate represents an SSL certificate, with accessors to get the fields of the certificate.

Properties

derUint8List

The DER encoded bytes of the certificate.

no setter

endValidityDateTime

no setter

hashCodeint

The hash code for this object.

no setterinherited

issuerString

no setter

pemString

The PEM encoded String of the certificate.

no setter

runtimeTypeType

A representation of the runtime type of the object.

no setterinherited

sha1Uint8List

The SHA1 hash of the certificate.

no setter

startValidityDateTime

no setter

subjectString

no setter

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