GitXplorerGitXplorer
p

aadhaar-bridge

public
2 stars
49 forks
0 issues

Commits

List of commits on branch master.
Unverified
85f6b78d469d0d40781b6eb86ad1bb699537067d

Update README.md

ppranjal-goswami committed 9 years ago
Unverified
7d27deb5b94e91c8038d739a549c1ca48b82d066

Update README.md

committed 9 years ago
Unverified
b1b2b1139089904d997cfd7ef2dc07a7a0bbc969

Documents format changed from docx to pdf

ssmutneja03 committed 9 years ago
Unverified
fa01b293e0486830ecca9bb81d23edb0e6fa7546

Deleted root .DS_Store

ssmutneja03 committed 9 years ago
Unverified
b0cee4f2c2277776b01ec68aeb6adccc55f8977e

Refreshed gitignore

ssmutneja03 committed 9 years ago
Unverified
327e9c3ab31ef5de4bd18ea10d95d0c826e9f281

Modified gitignore

ssmutneja03 committed 9 years ago

README

The README file for this repository.

Aadhaar Bridge

Public Repository for Aadhaar Bridge.

The components of the code section are divided into different sections/folders namely

  • libraries

    • This folder contains the below mentioned:
      • Aadhaar Bridge APK
        This app will be doing PID encryption and will be capturing the raw biometrics in the form of fingerprint and iris once the corresponding intent is called.
      • Aadhaar Bridge KUA Gate 0.0.1
        This comprises of a gateway jar embedded with tomcat server along with the application.properties file. Requests from the client will be forwarded to the gateway which in turn will be directed to the Aadhaar Bridge Service.
      • Aadhaar Bridge AUA Capture Wire
        Jar file will contain all the POJO's required in order to compose the request which can be either Auth or OTP or e-Kyc.
      • Aadhaar Bridge AUA Packet Creator
        Jar file will be responsible to convert the request JSON to PID Encrypted JSON as specified by the UIDAI standards
  • documents
    Draft agreements that the Sub-AUA needs to sign in order to enroll for the Aadhaar Bridge Auth or Aadhaar Bridge Auth and e-KYC Services respectively.

  • examples

    • This folder contains the below mentioned
      • Aadhaar Bridge Sample App
        Sample app that will let the user do Demographic Authentication, Biometric Authentication, OTP genration, OTP based authentication cum verification and KYC using Fingerprint and Iris.

*Kindly look at the wiki for the better understanding of the different aspects of Aadhaar Bridge as a SaaS product.