KeyEntry class
Pointer to one result of a KeyEntryList instance.
This class provides methods to access the details of a specific key entry retrieved from the key entry list.
Constructors
- KeyEntry({required KeyEntryListHandle list, required int pos})
- Constructs an instance of KeyEntry.
Properties
- algorithm → String
-
Gets the algorithm of the key entry.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → Key
-
Gets the key instance.
no setter
- metadata → String
-
Gets the metadata of the key entry.
no setter
- name → String
-
Gets the name of the key entry.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
Gets the tags associated with the key entry.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → KeyEntryObject - Converts the key entry to a KeyEntryObject.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited