|
From: ejbca-support <ejb...@pr...> - 2013-03-13 10:48:00
|
On 2013-03-13 08:37, Dhaks wrote: > > Hi, > > I have successfully deployed ejbca and working fine with open ssl command > > my command is : > > openssl ocsp -issuer "tcs.pem" -serial 1202775561964530987908 -url > http://10.163.29.105:8080/ejbca/publicweb/status/ocsp -respout resp.der > -no_cert_verify > > it works fine.... > but i want to get response through Java Program using bouncy castle > library... If you look into the EJBCA code you will find UNit tests that go over all functions in EJBCA including OCSP. EJBCA indeed uses the BC library so the code you are asking for is there (somewhere) although it must be broken out from the tests. Cheers Anders tech support > so please help me out to get response using the same..... > it is very urgent so do needful ASAP > > Regards > G.Lenin > |