https://github.com/honwhy/xml-sec
Use Bouncy Castle Provider implementation to do RSA for XMLSignature
https://github.com/honwhy/xml-sec
Last synced: about 1 year ago
JSON representation
Use Bouncy Castle Provider implementation to do RSA for XMLSignature
- Host: GitHub
- URL: https://github.com/honwhy/xml-sec
- Owner: honwhy
- Created: 2018-09-07T15:59:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-20T23:21:57.000Z (almost 5 years ago)
- Last Synced: 2025-05-19T13:15:55.600Z (about 1 year ago)
- Language: Java
- Size: 31.3 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xml-sec
demo project for apache xmlsec and BouncyCastle Provider usage
dependencies
```
org.apache.santuario
xmlsec
2.0.8
org.bouncycastle
bcprov-jdk15on
1.60
```
use BouncyCastle to do RSA for XMLSignature, see `BcSignatureAlgorithm`
this is a SpringBoot Project, but it can be used as an dependency,
```
com.honey
xml-sec
0.0.1-SNAPSHOT
org.springframework.boot
*
```