Class ScannableFingerprint

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Array<byte> getSerialized()
      boolean compareTo(Array<byte> scannedFingerprintData) Native.ScannableFingerprint_Compare a scanned QR code with what we expect.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getSerialized

         Array<byte> getSerialized()
        Returns:

        A byte string to be displayed in a QR code.

      • compareTo

         boolean compareTo(Array<byte> scannedFingerprintData)

        Native.ScannableFingerprint_Compare a scanned QR code with what we expect.

        Parameters:
        scannedFingerprintData - The scanned data
        Returns:

        True if matching, otherwise false.