开发者

sign xml string java

开发者 https://www.devze.com 2023-02-03 13:48 出处:网络
how can i encrypt/decrypt string with cer file and private key in java do the cer开发者_开发百科tificate need to be in special format?

how can i encrypt/decrypt string with cer file and private key in java do the cer开发者_开发百科tificate need to be in special format?

Abdul Khaliq


You are probably looking for implementation of XMLEnc specification. Try XMLSec.

BTW you need to distinguish signing and encrypting operations. These are different standards (XMLDSig and XMLEnc), [partially] different technologies and often different libraries.


The bouncy castle web site is a place to start.

0

精彩评论

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