What is the Java equivalent to PHP's openssl_sign?

前端 未结 0 916
长情又很酷
长情又很酷 2021-01-20 20:49

I have an RSA PRIVATE KEY in .pem format, following is the working code in PHP, not getting proper JAVA equivalent for this.

$bool = openssl_sign($message, $s         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题