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
7f662627cc
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.
...
Resolves
#372
2018-08-02 16:59:59 -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 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