|
From: Tomas G. <to...@pr...> - 2013-04-17 13:59:01
|
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 > <http://sigads.rediff.com/RealMedia/ads/click_nx.ads/www.rediffmail.com/signatureline.htm@Middle?> > > > Get your own *FREE* website and domain with business email solutions, > click here > <http://track.rediff.com/click?url=___http://hosting.rediff.com/rediffmailpro/business-email?sc_cid=sig___&cmp=sig&lnk=sig&nsrv1=host> > > > ------------------------------------------------------------------------------ > 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 > |