EJBCA Webservice

I am using EJBCA Webservice API to build custom Application for issuing Certificate. I bumped into the issue with the following code.

KeyPair keys = KeyTools.genKeys("2048",AlgorithmConstants.KEYALGORITHM_RSA);

 java.lang.SecurityException: class   "org.bouncycastle.util.encoders.DecoderException"'s signer information does     not match signer information of other classes in the same package 
Add Comment
0 Answer(s)

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.