public class Fingerprint
extends java.lang.Object
Constructor and Description |
---|
Fingerprint() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getFeature()
Retrieves the fingerprint feature data.
|
android.graphics.Bitmap |
getImage()
Retrieves the fingerprint image.
|
byte[] |
getWsqImage()
Retrieves the WSQ image data of the fingerprint.
|
void |
setFeature(byte[] feature)
Assigns new fingerprint feature data.
|
void |
setImage(android.graphics.Bitmap image)
Sets a new fingerprint image.
|
void |
setWsqImage(byte[] wsqImage)
Sets new WSQ image data for the fingerprint.
|
public byte[] getFeature()
public void setFeature(byte[] feature)
feature
- The byte array representing the new fingerprint feature.public android.graphics.Bitmap getImage()
public void setImage(android.graphics.Bitmap image)
image
- The Bitmap object representing the new fingerprint image.public byte[] getWsqImage()
public void setWsqImage(byte[] wsqImage)
wsqImage
- The byte array representing the new WSQ image data.