CertificateChainPairCheckResult class

Model for representing the pair check

Properties

dnDataMatch bool
Defines if the issuer of a certificate matches it's parent subject data.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signatureMatch bool
Defines if the signature of a certificate matches it's parents public key
getter/setter pair

Methods

isValid() bool
Returns true if all checks where passed successfuly by the pair
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