fingerprint method
Returns a 256-bit unique identifier for this key. For RSA, that is the SHA256 hash of the raw (le modulus || le exponent) public key.
Implementation
Fingerprint fingerprint() => Fingerprint._(_inner.fingerprint());
Returns a 256-bit unique identifier for this key. For RSA, that is the SHA256 hash of the raw (le modulus || le exponent) public key.
Fingerprint fingerprint() => Fingerprint._(_inner.fingerprint());