VerificationResult class
Contains data for VerificationResult
Constructors
-
VerificationResult(Pointer<
id3BiosealVerificationResult> _handle) - Initializes a new instance of the VerificationResult class from its members.
- VerificationResult.create()
- Create a new instance of the VerificationResult.
- VerificationResult.createFromStruct(id3BiosealVerificationResult value)
- Create a new instance of the VerificationResult from the native struct
Properties
- caCertificateVerified ↔ int
-
Indicates whether the CA certificate has been verified.
getter/setter pair
- certificationChainVerified ↔ int
-
Indicates whether the certification chain has been verified.
getter/setter pair
- governanceValid ↔ int
-
Indicates whether the governance that issued the VDS is valid.
getter/setter pair
-
handle
→ Pointer<
id3BiosealVerificationResult> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- lotlGovernanceValid ↔ int
-
Indicates whether the LoTL governance that issued the VDS is valid.
getter/setter pair
- manifestGovernanceValid ↔ int
-
Indicates whether the manifest governance that issued the VDS is valid.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signingCertificateUsageAuthorized ↔ int
-
Indicates whether the signing certificate was legitimately authorized to sign the VDS.
getter/setter pair
- struct → id3BiosealVerificationResult
-
no setter
- tslGovernanceValid ↔ int
-
Indicates whether the TSL governance that issued the VDS is valid.
getter/setter pair
- vdsNotExpired ↔ int
-
Indicates whether the VDS is still valid, ie. it has not expired.
getter/setter pair
- vdsSignatureVerified ↔ int
-
Indicates whether the signature of the VDS has been verified.
getter/setter pair
Methods
-
dispose(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited