开发者

How to create your own security provider with some crypto algorithm?

开发者 https://www.devze.com 2023-04-08 16:26 出处:网络
Using official tutorial i understood the main principles of Java Cryptography Architecture. But neither the officials nor internet gives me anything distinct about creating my own provider and impleme

Using official tutorial i understood the main principles of Java Cryptography Architecture. But neither the officials nor internet gives me anything distinct about creating my own provider and implementing some crypto algorithms.

I wonder if anyone can give me the source code of a simple security provider and/or a source code of some algorithm, which is used by this provider.

Overall, the main target is : a provider class ( simple one, not the complicated like SunJCE ) and a bunch of classes ( or one class ) with cryptography algorithm implementation ( with all it's doFi开发者_如何学Gonal and other method, whatever the implementation class needs )


Try How to Implement a Provider for the JavaTM Cryptography Extension.

0

精彩评论

暂无评论...
验证码 换一张
取 消