how generate a attribute cerificate in separate files with crypto shell extension(like .cer),
saurabh raturi
Greenhorn
Joined: Jul 30, 2009
Posts: 11
posted
0
i m trying to run a sample program to create a attribute certificate using bouncy castle API.
can anybody help me to create all these client and other certificates in the code(please see sample program below) in separate files with crypto shell extension(like .cer), which is already displayed in output console of net beans.
thanks in advance
the sample code is here:
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 32421
posted
0
Please edit your post so that the code is indented; it's too hard to try and make sense of it as it is. Also add linebreaks in those BigInteger values, so that the layout isn't screwed up.
What does the code do now, and where are you stuck changing it so that it does what you need done?