keyId property
Digest
get
keyId
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
Digest get keyId;