kpid property

String? get kpid

The addressing token for this key package: the kid of its enc-use key (the X-Wing public key a sender seals to). Null if the package advertises no key for SecretSharingAlgos.keyAlgos.

Implementation

String? get kpid => bestKeyFor(SecretSharingAlgos.keyAlgos)?.kid;