An open API service indexing awesome lists of open source software.

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

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
*

```