governmentbg/regix-client-java

Name: regix-client-java

Owner: State e-Government Agency, Republic of Bulgaria

Description: A Java client for Regix

Created: 2016-03-11 22:08:11.0

Updated: 2016-10-04 12:49:57.0

Pushed: 2016-05-03 20:58:59.0

Homepage: null

Size: 243

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Java ?????? ?? Regix

???? ?????????? ??? ?? ??? ?? ????????? ??????? ?????????????? ?? ?????????? ?? ??????? ???? RegiX.

???????? ??????????:

oad the keystore that contains the identification certificate
InputStream keyStoreStream = new FileInputStream(keyStorePath);
xClient client = RegixClient.create(keyStoreSteram, keystorePassword);

iceRequestData requestData = 
RegixClient.createRequestData(GraoOperation.PERMANENT_ADDRESS_SEARCH, personDataRequest);

Context ctx = new CallContext();
setAdministrationName("??????????? ?????");
setEmployeeIdentifier("12345");

estData.setCallContext(ctx);

nt.executeSynchronous(requestData);

???.: ?????????????? ? ?? ?? ????????? Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files

???.: ?? ?? ?????????? ?????? ??????? ?? ?????? ????????. ???? ???? ?? ????? ???? ???????? ???????, ????????? ? ?????????? ?? ??????????? ????? (? ???????????? schemas)

-p bg.government.regixclient.requests.<institution>.<register> -d /target/directory

???? ?? ????? ???????? ?????? ?? ????? ???????? ?????????? ? enum, ????????????? Operation, ???? ????? ?? ????? ???????? ?? ????? ?? http://regixaisweb.egov.bg/RegiXInfo/


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.