Uses of Class
io.mosip.kernel.core.cbeffutil.entity.BIR
-
Packages that use BIR Package Description io.mosip.kernel.core.bioapi.spi io.mosip.kernel.core.cbeffutil.common io.mosip.kernel.core.cbeffutil.entity io.mosip.kernel.core.cbeffutil.spi -
-
Uses of BIR in io.mosip.kernel.core.bioapi.spi
Methods in io.mosip.kernel.core.bioapi.spi that return types with arguments of type BIR Modifier and Type Method Description Response<BIR>IBioApi. extractTemplate(BIR sample, KeyValuePair[] flags)Extract template.Methods in io.mosip.kernel.core.bioapi.spi with parameters of type BIR Modifier and Type Method Description Response<QualityScore>IBioApi. checkQuality(BIR sample, KeyValuePair[] flags)It checks the quality of the provided biometric image and render the respective quality score.Response<BIR>IBioApi. extractTemplate(BIR sample, KeyValuePair[] flags)Extract template.Response<MatchDecision[]>IBioApi. match(BIR sample, BIR[] gallery, KeyValuePair[] flags)It compares the biometrics and provide the respective matching scores.Response<BIR[]>IBioApi. segment(BIR sample, KeyValuePair[] flags)It segment the single biometric image into multiple biometric images. -
Uses of BIR in io.mosip.kernel.core.cbeffutil.common
Methods in io.mosip.kernel.core.cbeffutil.common that return types with arguments of type BIR Modifier and Type Method Description static List<BIR>CbeffValidator. convertBIRTypeToBIR(List<BIRType> birType) -
Uses of BIR in io.mosip.kernel.core.cbeffutil.entity
Methods in io.mosip.kernel.core.cbeffutil.entity that return BIR Modifier and Type Method Description BIRBIR.BIRBuilder. build()Methods in io.mosip.kernel.core.cbeffutil.entity with parameters of type BIR Modifier and Type Method Description BIRTypeBIR. toBIRType(BIR bir) -
Uses of BIR in io.mosip.kernel.core.cbeffutil.spi
Methods in io.mosip.kernel.core.cbeffutil.spi that return types with arguments of type BIR Modifier and Type Method Description List<BIR>CbeffUtil. convertBIRTypeToBIR(List<BIRType> birType)Method parameters in io.mosip.kernel.core.cbeffutil.spi with type arguments of type BIR Modifier and Type Method Description byte[]CbeffUtil. createXML(List<BIR> cbeffPack)byte[]CbeffUtil. createXML(List<BIR> birList, byte[] xsd)byte[]CbeffUtil. updateXML(List<BIR> cbeffPackList, byte[] fileBytes)
-