shinigami escreveu:
Hi,
E want install a cert in a db. But my cert when i receive from outside is a java.security.cert.X509Certificate, and the method importCertToPerm can“t do it. I need to cast this cert to org.mozilla.jss.crypto.X509Certificate. Or exist other way to do this??




To import a fisical certificate to permanent certs db i`ve implemented the org.mozilla.jss.crypto.X509Certificate encapsulating a java.security.cert.X509Certificate and making delegate methods.

But i have received the exception "java.lang.NoSuchFieldError: certProxy
        at org.mozilla.jss.CryptoManager.importCertToPermNative(Native Method)
        at 
org.mozilla.jss.CryptoManager.importCertToPerm(CryptoManager.java:1062)"

What field is "certProxy" that the Interface org.mozilla.jss.crypto.X509Certificate does not make reference
_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to