- verify(byte[]) - Method in interface com.cloudpos.card.SLE4442Card
-
Authenticates the card using the provided key.
- verifyAgainstFingerprint(Fingerprint, int) - Method in interface com.cloudpos.fingerprint.FingerprintDevice
-
Verifies the currently active fingerprint against a specified fingerprint within a given timeout period.
- verifyAgainstUserId(int, int) - Method in interface com.cloudpos.fingerprint.FingerprintDevice
-
Verifies the currently active fingerprint against the fingerprint associated with a specified user ID.
- verifyAll(int) - Method in interface com.cloudpos.fingerprint.FingerprintDevice
-
Verifies the currently scanned fingerprint against all stored fingerprints in the device.
- verifyKey(byte[]) - Method in interface com.cloudpos.card.MifareUltralightCard
-
Authenticates the card using a 16-byte key.
- verifyKeyA(int, byte[]) - Method in interface com.cloudpos.card.MifareCard
-
Authenticates a sector with Key A.
- verifyKeyB(int, byte[]) - Method in interface com.cloudpos.card.MifareCard
-
Authenticates a sector with Key B.
- verifyResponseMac(KeyInfo, byte[], int, byte[], int) - Method in interface com.cloudpos.pinpad.PINPadDevice
-
Verifies the response MAC.