CertificateChainCheckData class

Model for representing a certificate chain check.

Properties

chain List<X509CertificateData>?
The chain
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pairs List<CertificateChainPairCheckResult>?
The check result for each pair of the chain. The amount of pairs is depending on the length of the chain.7
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

isValid() bool
Returns true of the chain is valid. For detail information take a look at the pairs field.
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