.. |
impl
|
Merge branch 'support_java_9' into jce_unlimited_build
|
2017-10-10 11:56:31 -04:00 |
lang
|
Merge branch 'support_java_9' into jce_unlimited_build
|
2017-10-10 11:56:31 -04:00 |
ClaimJwtException.java
|
Enforce arbitrary claim expectations when parsing
|
2015-09-12 01:09:44 -04:00 |
Claims.java
|
Added support for Java 9 build and test run. Does not impact Java 8 build and test. Overrode some OSS version dependency version defaults to support Java 9. Updated javadocs in code to pass java 9 linter.
|
2017-10-09 20:15:18 -04:00 |
ClaimsMutator.java
|
added Claims mutation methods to JwtBuilder for convenience
|
2014-09-26 17:47:15 -07:00 |
Clock.java
|
109: removed implementation coupling from Clock interface. DefaultClock.INSTANCE achieves the same thing without coupling.
|
2016-04-01 18:26:59 -07:00 |
CompressionCodec.java
|
113: javadoc cleanup, compression backwards compatibility change
|
2016-04-15 17:14:10 -07:00 |
CompressionCodecResolver.java
|
sanity checkpoint
|
2016-09-11 12:34:30 -07:00 |
CompressionCodecs.java
|
Added support for Java 9 build and test run. Does not impact Java 8 build and test. Overrode some OSS version dependency version defaults to support Java 9. Updated javadocs in code to pass java 9 linter.
|
2017-10-09 20:15:18 -04:00 |
CompressionException.java
|
Changed version references from 0.5.2 to 0.6.0 (no 0.5.2 release yet).
|
2015-10-12 16:23:21 -07:00 |
DecryptionKeyResolver.java
|
EncryptionAlgorithm changes, class cleanup, test coverage, etc. Still a work in progress, but getting close to be finished with AES encryption.
|
2016-04-20 22:24:05 -07:00 |
EncryptionAlgorithmName.java
|
EncryptionAlgorithm changes, class cleanup, test coverage, etc. AES encryption, both GCM and HmacSha2 variants are complete. Classes might be moved to another package. Have not yet started Builder and Parser work to support JWE compact strings.
|
2016-04-21 18:16:32 -07:00 |
EncryptionAlgorithms.java
|
EncryptionAlgorithm changes, class cleanup, test coverage, etc. AES encryption, both GCM and HmacSha2 variants are complete. Classes might be moved to another package. Have not yet started Builder and Parser work to support JWE compact strings.
|
2016-04-21 18:16:32 -07:00 |
ExpiredJwtException.java
|
Minor doc updates. Added a test case.
|
2015-03-14 18:37:47 -07:00 |
Header.java
|
Merge branch 'support_java_9' into jce_unlimited_build
|
2017-10-10 11:56:31 -04:00 |
IncorrectClaimException.java
|
Updated custom Exception javadocs.
|
2015-09-23 03:25:29 -04:00 |
InvalidClaimException.java
|
Updated custom Exception javadocs.
|
2015-09-23 03:25:29 -04:00 |
Jwe.java
|
EncryptionAlgorithm changes, class cleanup, test coverage, etc. Still a work in progress, but getting close to be finished with AES encryption.
|
2016-04-20 22:24:05 -07:00 |
JweHeader.java
|
EncryptionAlgorithm changes, class cleanup, test coverage, etc. AES encryption, both GCM and HmacSha2 variants are complete. Classes might be moved to another package. Have not yet started Builder and Parser work to support JWE compact strings.
|
2016-04-21 18:16:32 -07:00 |
Jwk.java
|
sanity checkpoint
|
2016-09-11 12:34:30 -07:00 |
JwkSet.java
|
sanity checkpoint
|
2016-09-11 12:34:30 -07:00 |
Jws.java
|
Lots of JavaDoc additions
|
2014-09-19 20:10:13 -07:00 |
JwsHeader.java
|
113: javadoc cleanup, compression backwards compatibility change
|
2016-04-15 17:14:10 -07:00 |
Jwt.java
|
Lots of JavaDoc additions
|
2014-09-19 20:10:13 -07:00 |
JwtBuilder.java
|
Merge branch 'support_java_9' into jce_unlimited_build
|
2017-10-10 11:56:31 -04:00 |
JwtException.java
|
JavaDoc updates
|
2014-09-19 19:00:39 -07:00 |
JwtHandler.java
|
Initial implementation using a JwtHandler approach with additional convenience methods
|
2014-09-26 19:52:50 -07:00 |
JwtHandlerAdapter.java
|
Initial implementation using a JwtHandler approach with additional convenience methods
|
2014-09-26 19:52:50 -07:00 |
JwtParser.java
|
Added support for Java 9 build and test run. Does not impact Java 8 build and test. Overrode some OSS version dependency version defaults to support Java 9. Updated javadocs in code to pass java 9 linter.
|
2017-10-09 20:15:18 -04:00 |
Jwts.java
|
#27: finished EC implementations. Also added test cases to get to 100% code coverage on all code except the lang package.
|
2015-05-07 23:29:40 -07:00 |
KeyManagementAlgorithmName.java
|
EncryptionAlgorithm changes, class cleanup, test coverage, etc. AES encryption, both GCM and HmacSha2 variants are complete. Classes might be moved to another package. Have not yet started Builder and Parser work to support JWE compact strings.
|
2016-04-21 18:16:32 -07:00 |
MalformedJwtException.java
|
JavaDoc updates
|
2014-09-19 19:00:39 -07:00 |
MissingClaimException.java
|
Updated custom Exception javadocs.
|
2015-09-23 03:25:29 -04:00 |
Named.java
|
EncryptionAlgorithm changes, class cleanup, test coverage, etc. Still a work in progress, but getting close to be finished with AES encryption.
|
2016-04-20 22:24:05 -07:00 |
PrematureJwtException.java
|
Minor doc updates. Added a test case.
|
2015-03-14 18:37:47 -07:00 |
RequiredTypeException.java
|
Handled generic require for Date. Added ability to specify required type on get method of claim
|
2015-09-23 16:17:44 -04:00 |
SignatureAlgorithm.java
|
Merge branch 'support_java_9' into jce_unlimited_build
|
2017-10-10 11:56:31 -04:00 |
SignatureException.java
|
JavaDoc updates
|
2014-09-19 19:00:39 -07:00 |
SigningKeyResolver.java
|
Added support for Java 9 build and test run. Does not impact Java 8 build and test. Overrode some OSS version dependency version defaults to support Java 9. Updated javadocs in code to pass java 9 linter.
|
2017-10-09 20:15:18 -04:00 |
SigningKeyResolverAdapter.java
|
#18: enhanced code coverage. Added cobertura for code enforcement and reporting.
|
2015-05-11 13:21:22 -07:00 |
UnsupportedJwtException.java
|
Initial implementation using a JwtHandler approach with additional convenience methods
|
2014-09-26 19:52:50 -07:00 |