KeyEntryObject class

Represents a key entry object.

This class contains information about a specific key entry, including its algorithm, name, metadata, tags, and key.

Constructors

KeyEntryObject({required String algorithm, required String name, String? metadata, required Map<String, dynamic> tags, required Key key})
Constructs an instance of KeyEntryObject.

Properties

algorithm String
The algorithm used for the key.
final
hashCode int
The hash code for this object.
no setterinherited
key Key
The key instance.
final
metadata String?
Optional metadata associated with the key entry.
final
name String
The name of the key entry.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags Map<String, dynamic>
The tags associated with the key entry.
final

Methods

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