encryption/utils/key_verification library
Enums
- KeyVerificationMethod
- KeyVerificationState
-
QR key verification
You create possible methods from
client.verificationMethodson device A and send a request usingrequest.start()which callssendRequest()your client now is inwaitingAcceptstate, 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