keyId property

  1. @override
Digest get keyId
override

Returns the SHA-256 hash of the key material as a hex string.

This provides a consistent, cryptographically secure identifier for the key, rather than relying on memory addresses (hashCode).

Implementation

@override
Digest get keyId => currentCrypt.keyId;