OpenSSL with Java

后端 未结 6 1006
栀梦
栀梦 2021-02-02 10:06

I have to use OpenSSL in a Java web project and I don\'t know anything about \'OpenSSL\'.

How can I integrate OpenSSL with my project? is there any good fundamental tuto

6条回答
  •  无人及你
    2021-02-02 10:33

    You need to answer a few important questions before any suggestions

    1) Do you really want to call C(native) implementation form JAVA?

    2) What are the features in OpenSSL which cannot be solved by JCE and BouncyCastle

    3) Is the scope just limited to using certificates generated by OpenSSL, decrypting files generated by OpenSSL?

提交回复
热议问题