lotlUrl property

String? lotlUrl

The URL to the LoTL (List of Trust List).

throws BiosealException An error has occurred during Bioseal Library execution.

Implementation

String? get lotlUrl => getLotlUrl();
void lotlUrl=(String? value)

Implementation

set lotlUrl(String? value) => setLotlUrl(value);