Re: Problem with importing Certificate into Firefox Keystore with JSS - Cast problem

2015-03-10 Thread Opa114
no one there who could help me to Cast from java.security.cert.X509Certificate to org.mozilla.jss.crypto.X509Certificate ? -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

Problem with importing Certificate into Firefox Keystore with JSS - Cast problem

2015-02-24 Thread Opa114
Hi there, i have a little problem. i want to add a certificate t the Firefox keystore this way: X509Certificate certificate = (X509Certificate) CertificateFactory.getInstance(X.509).generateCertificate(new FileInputStream(src//Sohrabi.cer)); cm.importCertToPerm(certificate, testdummystuff);