PersistedApkamKeys class

This APKAM keypair's X-Wing enc keypair, persisted (by an app callback) across restarts. xWingSeed is the base64 of the 32-byte X-Wing secret seed; the public key re-derives from it deterministically.

This is the per-APKAM recipient keypair: it belongs to the APKAM keypair (one per keyfile), so a copied keyfile shares it — a copy is the same recipient identity, which is the intended per-APKAM granularity.

Annotations
  • @experimental

Constructors

PersistedApkamKeys({required String xWingSeed})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
xWingSeed String
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