Skip to content

Commit 434446a

Browse files
committed
Upgrades JSON Smart JAR to 1.1.1
1 parent bd61459 commit 434446a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+53
-50
lines changed

CHANGELOG.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ version 1.8 (2012-04-03)
3939
version 1.9 (2012-04-03)
4040
* Renames JWEHeader.{get|set}EncryptionAlgorithm() to
4141
JWEHeader.{get|set}EncryptionMethod().
42+
43+
version 1.9.1 (2012-04-03)
44+
* Upgrades JSON Smart JAR to 1.1.1.
50.5 KB
Binary file not shown.

src/com/nimbusds/jwt/Base64.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Base64-encoded object.
1010
*
1111
* @author Vladimir Dzhuvinov
12-
* @version 1.9 (2012-03-19)
12+
* @version 1.9.1 (2012-03-19)
1313
*/
1414
public class Base64 implements JSONAware {
1515

src/com/nimbusds/jwt/Base64URL.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* <p>See RFC 4648.
1616
*
1717
* @author Vladimir Dzhuvinov
18-
* @version 1.9 (2012-03-30)
18+
* @version 1.9.1 (2012-03-30)
1919
*/
2020
public class Base64URL implements JSONAware {
2121

src/com/nimbusds/jwt/ClaimsSet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* </pre>
2525
*
2626
* @author Vladimir Dzhuvinov
27-
* @version 1.9 (2012-03-17)
27+
* @version 1.9.1 (2012-03-17)
2828
*/
2929
public class ClaimsSet {
3030

src/com/nimbusds/jwt/Clean.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONT
2727
* Utility for zeroing byte arrays and string buffers.
2828
*
2929
* @author Gert Van Ham, Vladimir Dzhuvinov
30-
* @version 1.9 (2012-03-09)
30+
* @version 1.9.1 (2012-03-09)
3131
*/
3232
class Clean {
3333

src/com/nimbusds/jwt/CommonSEHeader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* </ul>
2727
*
2828
* @author Vladimir Dzhuvinov
29-
* @version 1.9 (2012-03-22)
29+
* @version 1.9.1 (2012-03-22)
3030
*/
3131
public abstract class CommonSEHeader extends Header implements ReadOnlyCommonSEHeader {
3232

src/com/nimbusds/jwt/CompressionAlgorithm.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Enumeration of the compression algorithms for JSON Web Encryption (JWE).
99
*
1010
* @author Vladimir Dzhuvinov
11-
* @version 1.9 (2012-03-16)
11+
* @version 1.9.1 (2012-03-16)
1212
*/
1313
public enum CompressionAlgorithm {
1414

src/com/nimbusds/jwt/CompressionUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* GZIP utilities for {@link JWE} clear text compression and decompression.
1616
*
1717
* @author Vladimir Dzhuvinov
18-
* @version 1.9 (2012-04-02)
18+
* @version 1.9.1 (2012-04-02)
1919
*/
2020
class CompressionUtils {
2121

src/com/nimbusds/jwt/Crypt.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONT
4040
*
4141
* @author Gert Van Ham
4242
* @author Vladimir Dzhuvinov
43-
* @version 1.9 (2012-03-31)
43+
* @version 1.9.1 (2012-03-31)
4444
*/
4545
class Crypt {
4646

0 commit comments

Comments
 (0)