Uses of Class
io.mosip.mimoto.entity.BIR
-
Packages that use BIR Package Description io.mosip.mimoto.entity io.mosip.mimoto.service.impl io.mosip.mimoto.spi io.mosip.mimoto.util -
-
Uses of BIR in io.mosip.mimoto.entity
Fields in io.mosip.mimoto.entity with type parameters of type BIR Modifier and Type Field Description protected List<BIR>BIR. birsprotected List<BIR>BiometricRecord. segmentsThis can be of any modality, each subtype is an element in this list.Methods in io.mosip.mimoto.entity that return BIR Modifier and Type Method Description BIRBIR.BIRBuilder. build() -
Uses of BIR in io.mosip.mimoto.service.impl
Methods in io.mosip.mimoto.service.impl that return BIR Modifier and Type Method Description BIRCbeffContainerImpl. createBIRType(List<BIR> birList)Method where the initialization of BIR happensBIRCbeffContainerImpl. updateBIRType(List<BIR> birList, byte[] fileBytes)Method to the update of BIRMethods in io.mosip.mimoto.service.impl that return types with arguments of type BIR Modifier and Type Method Description Response<BIR>BioApiImpl. extractTemplate(BIR sample, KeyValuePair[] flags)List<BIR>CbeffImpl. getBIRDataFromXML(byte[] xmlBytes)Method used for getting list of BIR from XML bytes *List<BIR>CbeffImpl. getBIRDataFromXMLType(byte[] xmlBytes, String type)Methods in io.mosip.mimoto.service.impl with parameters of type BIR Modifier and Type Method Description Response<QualityScore>BioApiImpl. checkQuality(BIR sample, KeyValuePair[] flags)Response<BIR>BioApiImpl. extractTemplate(BIR sample, KeyValuePair[] flags)Response<MatchDecision[]>BioApiImpl. match(BIR sample, BIR[] gallery, KeyValuePair[] flags)Response<BIR[]>BioApiImpl. segment(BIR sample, KeyValuePair[] flags)Method parameters in io.mosip.mimoto.service.impl with type arguments of type BIR Modifier and Type Method Description BIRCbeffContainerImpl. createBIRType(List<BIR> birList)Method where the initialization of BIR happensbyte[]CbeffImpl. createXML(List<BIR> birList)Method used for creating Cbeff XML.byte[]CbeffImpl. createXML(List<BIR> birList, byte[] xsd)Method used for creating Cbeff XML with xsd.BIRCbeffContainerImpl. updateBIRType(List<BIR> birList, byte[] fileBytes)Method to the update of BIRbyte[]CbeffImpl. updateXML(List<BIR> birList, byte[] fileBytes)Method used for updating Cbeff XML. -
Uses of BIR in io.mosip.mimoto.spi
Methods in io.mosip.mimoto.spi that return types with arguments of type BIR Modifier and Type Method Description Response<BIR>IBioApi. extractTemplate(BIR sample, KeyValuePair[] flags)Extract template.List<BIR>CbeffUtil. getBIRDataFromXML(byte[] xmlBytes)List<BIR>CbeffUtil. getBIRDataFromXMLType(byte[] xmlBytes, String type)Methods in io.mosip.mimoto.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.Method parameters in io.mosip.mimoto.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) -
Uses of BIR in io.mosip.mimoto.util
Methods in io.mosip.mimoto.util that return BIR Modifier and Type Method Description BIRCbeffToBiometricUtil. extractTemplate(BIR sample, KeyValuePair[] flags)Gets the BIR templatestatic BIRCbeffValidator. getBIRFromXML(byte[] fileBytes)Method used for BIR TypeMethods in io.mosip.mimoto.util that return types with arguments of type BIR Modifier and Type Method Description List<BIR>CbeffToBiometricUtil. getBIRDataFromXML(byte[] xmlBytes)Gets the BIR type list.static List<BIR>CbeffValidator. getBIRDataFromXMLType(byte[] xmlBytes, String type)List<BIR>CbeffToBiometricUtil. getBIRTypeList(String cbeffFileString)Gets the BIR type list.Methods in io.mosip.mimoto.util with parameters of type BIR Modifier and Type Method Description static byte[]CbeffValidator. createXMLBytes(BIR bir, byte[] xsd)Method used for creating XML bytes using JAXBBIRCbeffToBiometricUtil. extractTemplate(BIR sample, KeyValuePair[] flags)Gets the BIR templatestatic Map<String,String>CbeffValidator. getAllBDBData(BIR birRoot, String type, String subType)static Map<String,String>CbeffValidator. getBDBBasedOnTypeAndSubType(BIR bir, String type, String subType)Method used for searching Cbeff data based on type and subtypestatic booleanCbeffValidator. validateXML(BIR birRoot)Method used for custom validation of the BIRMethod parameters in io.mosip.mimoto.util with type arguments of type BIR Modifier and Type Method Description byte[]CbeffToBiometricUtil. getPhotoByTypeAndSubType(List<BIR> bIRList, String type, List<String> subType)Gets the photo by type and sub type.
-