> > I get an error statingjava.security.InvalidKeyException: No installed > provider supports this key: sun.security.pkcs11.P11Key$P11RSAPublicKey at > javax.crypto.Cipher.chooseProvider(Cipher.java:878) at > javax.crypto.Cipher.init(Cipher.java:1213) at > javax.crypto.Cipher.init(Cipher.java:1153) at > softhsm.SoftHSM.main(SoftHSM.java:96) >
The error states that the mechanism is not supported. Are you using SoftHSMv1? Version 1 does not have support for symmetric crypto and key wrapping. Version 2 does, but it is still under development. // Rickard
_______________________________________________ Opendnssec-user mailing list [email protected] https://lists.opendnssec.org/mailman/listinfo/opendnssec-user
