Files
guacamole-client/doc/licenses/jose4j-0.9.3/NOTICE
Inperpetuammemoriam 4290c378c8 GUACAMOLE-1806: Fix naming inconsistency
The version in the folder name now matches the version specified in the
files below that folder.
2023-06-10 09:58:16 +02:00

15 lines
556 B
Plaintext

jose4j
Copyright 2012-2015 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/