Add support for S/MIME signature validation

This commit is contained in:
Richard Körber
2022-11-18 15:56:06 +01:00
parent 1ee68e1e09
commit 636ccc37e0
28 changed files with 1291 additions and 52 deletions

View File

@@ -27,7 +27,7 @@ It is an independent open source implementation that is not affiliated with or e
* [jose4j](https://bitbucket.org/b_c/jose4j/wiki/Home)
* [slf4j](http://www.slf4j.org/)
* For `acme4j-utils`: [Bouncy Castle](https://www.bouncycastle.org/)
* For `acme4j-smime`: [Jakarta Mail](https://eclipse-ee4j.github.io/mail/)
* For `acme4j-smime`: [Jakarta Mail](https://eclipse-ee4j.github.io/mail/), [Bouncy Castle](https://www.bouncycastle.org/)
## Usage