|
From: parveez b. m. <par...@re...> - 2013-04-17 15:05:04
|
Hi, Thanks for your reply. I would be calling the API(EJBCA) from java application for fetching the private key and Digital Certificate based on criteria. Could you please suggest the best approach. Regards, Parveez On Wed, 17 Apr 2013 19:29:15 +0530 wrote >Hi, One of EJBCA's strong points is the integration. There are sooo many different ways to do what you are asking, so many protocols :-) The are standard protocosl: - CMP: http://www.ejbca.org/adminguide.html#CMP - SCEP: http://www.ejbca.org/adminguide.html#Scep There are non-standard protocols: - WebService: http://www.ejbca.org/adminguide.html#EJBCA%20Web%20Service%20Interface There is direct Java (JEE) interface: - EJBCA plug-ins: http://www.ejbca.org/adminguide.html#EJBCA%20Plugins - Example source code: http://www.ejbca.org/adminguide.html#Using%20the%20demo%20servlet - More example source code in: modules/ejbca-ejb/cli, modules/systemtests etc... Cheers, Tomas ----- PrimeKey Solutions offers commercial EJBCA and SignServer support subscriptions and training courses. Please see www.primekey.se or contact in...@pr... for more information. http://www.primekey.se/Services/Support/ http://www.primekey.se/Services/Training/ On 04/17/2013 05:29 PM, parveez basha mohammad wrote: > Dear All, > I have below requirement > > I would be using Admin UI of the CA for the following: > 1. create Asymmetric Key pair > 2. Generate Digital Certificate. > 3. Save Digital certificates recieved by third party. > > > Now in my Java Project I would be doing the below: > > Fetch the Asymmetric(Private Key) from EJBCA > Fetch the Digital Certificate from EJBCA > > Does EJBCA has interfaces which can be used by external > applications(similar to above).Have anyone implemented similar use case > using EJBCA > > Thanks and Regards, > Parveez > > > > Get your own *FREE* website and domain with business email solutions, > click here > > > > ------------------------------------------------------------------------------ > Precog is a next-generation analytics platform capable of advanced > analytics on semi-structured data. The platform includes APIs for building > apps and a phenomenal toolset for data science. Developers can use > our toolset for easy data analysis & visualization. Get a free account! > http://www2.precog.com/precogplatform/slashdotnewsletter > > > > _______________________________________________ > Ejbca-develop mailing list > Ejb...@li... > https://lists.sourceforge.net/lists/listinfo/ejbca-develop > ------------------------------------------------------------------------------ Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter _______________________________________________ Ejbca-develop mailing list Ejb...@li... https://lists.sourceforge.net/lists/listinfo/ejbca-develop |