This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
jjwt
Watch
1
Star
0
Fork
0
You've already forked jjwt
mirror of
https://github.com/jwtk/jjwt.git
synced
2025-02-10 06:44:47 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
jjwt
/
api
History
Les Hazlewood
f19c34a763
Ensured JJWT's org.json use is compatible with Android's org.json API as defined in
https://developer.android.com/reference/org/json/package-summary
.
Resolves
#380
.
2018-08-07 13:32:20 -04:00
..
src
Ensured BouncyCastle was optional. Also ensured EllipticCurve algorithms could be used without BouncyCastle since the JDK supports EC by default. Moved RuntimeEnvironment.enableBouncyCastleIfPossible() call out of SignatureAlgorithm into RsaProvider since BC is only necessary for RSASSA-PSS algorithms (PS256, PS384, PS512) and nothing else in JJWT's codebase.
2018-08-02 16:59:59 -04:00
pom.xml
Ensured JJWT's org.json use is compatible with Android's org.json API as defined in
https://developer.android.com/reference/org/json/package-summary
.
Resolves
#380
.
2018-08-07 13:32:20 -04:00