Connection.getDeviceFingerprintHex()
DESCRIPTION
Get the full fingerprint of the remote device public key. The fingerprint is used to validate the identity of the remote device.
DECLARATION
public func getDeviceFingerprintHex() throws -> String
PARAMETERS
None.
ERRORS
Throws the following errors:
INVALID_STATE:
- if the connection is not established.
RETURN VALUES
The fingerprint encoded as hex.
EXAMPLES
None.