|
Java Card v2.2.2 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BioException | |
|---|---|
| javacardx.biometry | Extension package that contains functionality for implementing a biometric framework on the Java Card platform. |
| Uses of BioException in javacardx.biometry |
|---|
| Methods in javacardx.biometry that throw BioException | |
|---|---|
static OwnerBioTemplate |
BioBuilder.buildBioTemplate(byte bioType,
byte tryLimit)
Creates an empty/blank biometric reference template instance of the default biometric provider with default initialization parameter. |
static OwnerBioTemplate |
BioBuilder.buildBioTemplate(byte bioType,
byte tryLimit,
byte[] RID,
byte initParam)
Creates an empty/blank biometric reference template. |
void |
OwnerBioTemplate.doFinal()
Finalizes the enrollment of a reference template. |
short |
BioTemplate.getPublicTemplateData(short publicOffset,
byte[] dest,
short destOffset,
short length)
Get public part of the reference template. |
void |
OwnerBioTemplate.init(byte[] bArray,
short offset,
short length)
Initializes the enrollment of a reference template. |
short |
BioTemplate.initMatch(byte[] candidate,
short offset,
short length)
Initialize or re-initialize a biometric matching session. |
short |
BioTemplate.match(byte[] candidate,
short offset,
short length)
Continues a biometric matching session. |
void |
OwnerBioTemplate.resetUnblockAndSetTryLimit(byte newTryLimit)
Resets the validated flag, unblocks the reference, updates the try limit value and resets the try counter to the try limit value. |
static void |
BioException.throwIt(short reason)
Throws the Java Card runtime environment owned instance of BioException with the specified reason. |
void |
OwnerBioTemplate.update(byte[] bArray,
short offset,
short length)
Continues the enrollment of a reference template. |
|
Java Card v2.2.2 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||