encryption/utils/key_verification library
Enums
- KeyVerificationMethod
- KeyVerificationState
-
QR key verification
You create possible methods from
client.verificationMethods
on device A and send a request usingrequest.start()
which callssendRequest()
your client now is inwaitingAccept
state, where ideally your client would now show some waiting indicator. - QRMode
Constants
-
knownHashes
→ const List<
String> -
knownHashesAuthentificationCodes
→ const List<
String> -
knownKeyAgreementProtocols
→ const List<
String>
Functions
-
isQrSupported(
List knownVerificationMethods, List possibleMethods) → bool