Lotl class

Provides information about the LoTL (List of Trust List).

Implemented types

Constructors

Lotl()
Creates a new instance of the Lotl class.
Lotl.fromHandle(Pointer<id3BiosealLotl> handle)
Creates a new instance of the Lotl class.

Properties

handle Pointer<id3BiosealLotl>
Gets the native handle. return The native handle.
no setter
hashCode int
The hash code for this object.
no setterinherited
isTsl bool
True if the LoTL is a TLS.
no setter
log Log
Get the log.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
Releases all resources used by this Lotl.
getIsTsl() bool
Gets the true if the LoTL is a TLS.
getLog() Log
Gets the get the log.
getManifestUrl(Uint8List? tslData) String
Returns the URL to the manifest.
getUrl(Uint8List? lotlData, String? manifestId, String? iac) String
Returns the URL to the TSL or the next LoTL.
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