| Class and Description |
|---|
| org.jose4j.jwx.CompactSerialization
please use CompactSerializer
This class was added back in as of 0.3.7 to help support code compiled against pre v0.3.0 that was using it directly.
|
| org.jose4j.lang.DefaultByteGenerator
this wasn't a good abstraction...
|
| org.jose4j.jwt.IntDate
in draft -26 of the JWT spec the name changed from IntDate to NumericDate. Consistent with that change there is a new NumericDate class, which is similar to this.
|
| org.jose4j.json.JsonHeaderUtil
as of 0.3.7 please use JsonUtil
|
| Field and Description |
|---|
| org.jose4j.jwt.ReservedClaimNames.TYPE
typ went away as a claim name as of jwt draft -12 - it's only a header parameter name
|
| Enum Constant and Description |
|---|
| org.jose4j.jwa.AlgorithmConstraints.ConstraintType.BLACKLIST
in favor of more inclusive terminology. Use
AlgorithmConstraints.ConstraintType.BLOCK instead. |
| org.jose4j.jwa.AlgorithmConstraints.ConstraintType.WHITELIST
in favor of more inclusive terminology. Use
AlgorithmConstraints.ConstraintType.PERMIT instead. |
Copyright © 2021. All rights reserved.