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 

THROWS ERRORS

INVALID_STATE:
if the connection is not established.

RETURNS

The fingerprint encoded as hex.