public class ScannableFingerprint
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
compareTo(byte[] scannedFingerprintData)
Compare a scanned QR code with what we expect.
|
byte[] |
getSerialized() |
public byte[] getSerialized()
public boolean compareTo(byte[] scannedFingerprintData)
throws FingerprintVersionMismatchException,
FingerprintParsingException
scannedFingerprintData - The scanned dataFingerprintVersionMismatchException - if the scanned fingerprint is the wrong version.FingerprintParsingException