Skip to main content

AsymetricKeys class

Hive Type for AssymetricKeys.

Inheritance

: - Object

Annotations

: - @HiveType(typeId: 7)

Constructors

[AsymetricKeys][]

:

Properties

[box] [→ BoxBase?] : Get the box in which this object is stored. Returns null if object has not been added to a box yet. ::: features no setterinherited :::

[hashCode] [→ int] : The hash code for this object. ::: features no setterinherited :::

[isInBox] [→ bool] : Returns whether this object is currently stored in a box. ::: features no setterinherited :::

[key] → dynamic : Get the key associated with this object. Returns null if object has not been added to a box yet. ::: features no setterinherited :::

[keyPair] [→ AsymmetricKeyPair[<[PublicKey], [PrivateKey]>]] : The key pair to work with. ::: features final :::

[runtimeType] [→ Type] : A representation of the runtime type of the object. ::: features no setterinherited :::

Methods

[delete][ [→ Future<[void>]] ] : Deletes this object from the box it is stored in. ::: features inherited :::

[noSuchMethod][([[Invocation] invocation]) → dynamic ] : Invoked when a nonexistent method or property is accessed. ::: features inherited :::

[save][ [→ Future<[void>]] ] : Persists this object. ::: features inherited :::

[toString][ [→ String] ] : A string representation of this object. ::: features inherited :::

Operators

[operator ==][([[Object] other]) [→ bool] ] : The equality operator. ::: features inherited :::

  1. talawa
  2. asymetric_keys
  3. AsymetricKeys class
asymetric_keys library