EncryptDataInput class

Annotations
  • @JsonSerializable()

Constructors

EncryptDataInput.new(String publicKey, List<String> recipientPublicKeys, String algorithm, String data)
const
EncryptDataInput.fromJson(Map<String, dynamic> json)
factory

Properties

algorithm String
Encryption algorithm. Nonce will be generated for each recipient
final
data String
Base64 encoded data
final
hashCode int
The hash code for this object.
no setterinherited
publicKey String
The public key of the preferred account. It is the same publicKey as the accountInteraction.publicKey, but it must be explicitly provided
final
recipientPublicKeys List<String>
Public keys of recipients. Hex encoded
final
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