creating a digital certificate using java security or bouncy castle..
i am working in java security..
i need to create a digital certificate using java..
there r tools like keytool
but i need to do using programming in java...
1.doubt 1:
is it possible to create a digital certificate using java security packages alone?
with the present api,i am only able to parse the exisiting certificate...
& not able to create a new one...
doubt 2:
i used the bouncy castle api to create the certificate but it deosnt accept teh signature alogirthm i give...
i tried to give rsa,dsa,etc...
all didnt work out..
this is my code:
pls helpppppppppp meeeeeeeeee//