jjwt/impl/src
Les Hazlewood 85d8920d79 Ensured symmetric logic between the Keys and SignatureAlgorithm helper methods for hmac key lengths.
Updated Android dependencies and ProGuard exclusion definitions
Updating docs to reflect 0.10.3 release
Resolves #381, #382
2018-08-13 20:26:14 -04:00
..
main/java/io/jsonwebtoken/impl 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
test/groovy/io/jsonwebtoken Ensured symmetric logic between the Keys and SignatureAlgorithm helper methods for hmac key lengths. 2018-08-13 20:26:14 -04:00