What types of encryption are available in Java?

I am implementing the data transfer model in Java I have implemented DES, 3DES and AES in my application. I would like to know if there are other encryption types that can be included?

Solution

You can use the JCE algorithm of all encryption providers in use For example, here are some algorithms available to bouncy castle, a popular JCE provider

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>