Is it possible to sign a java applet for free?

前端 未结 2 1528
一向
一向 2021-02-02 16:33

I made a weird applet which allows you to paint with your voice. Obviously it requires access to the microphone, but Java applets are not allowed access unless they are signed.

2条回答
  •  时光取名叫无心
    2021-02-02 16:56

    You can create a self-signed certificate using the Java keytool. It's sufficient for educational or testing purposes, but if you deploy code signed with it, people are unlikely to trust it.

    I think Thawte used to offer a free e-mail signing certificate that could also be used for signing code. I'm not sure if that is still the case.

提交回复
热议问题