AuthorizedKey class

SPDX-License-Identifier: AGPL-3.0-or-later AuthorizedKey represents a authorized public key with the encrypted secret key for this given key. By decrypting this secret key, the authorized public key will be able to decrypt its related secret

Constructors

AuthorizedKey({String? publicKey, String? encryptedSecretKey})
AuthorizedKey.fromJson(Map<String, dynamic> json)
factory

Properties

encryptedSecretKey String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
publicKey String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited