Add .gitignore and .ratignore files for various directories
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
gyurix
2025-04-29 21:43:12 +02:00
parent 983ecbfc53
commit be9f66dee9
2167 changed files with 254128 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
jose4j
Copyright 2012-2024 Brian Campbell
EcdsaUsingShaAlgorithm contains code for converting the concatenated
R & S values of the signature to and from DER, which was originally
derived from the Apache Santuario XML Security library's SignatureECDSA
implementation. http://santuario.apache.org/
The Base64 implementation in this software was derived from the
Apache Commons Codec project. http://commons.apache.org/proper/commons-codec/
JSON processing in this software was derived from the JSON.simple toolkit.
https://code.google.com/p/json-simple/

View File

@@ -0,0 +1,8 @@
jose.4.j (https://bitbucket.org/b_c/jose4j/)
--------------------------------------------
Version: 0.9.6
From: 'Brian Campbell' (https://bitbucket.org/b_c/)
License(s):
Apache v2.0

View File

@@ -0,0 +1 @@
org.bitbucket.b_c:jose4j:jar:0.9.6