You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added: Support for Ed25519 signatures and X25519 key derviation
algorithms
Added: Support for AES GCM key encryption algorithms (A128GCMKW, A192GCMKW and A256GCMKW)
Added: Support for COSE based keys
Changed: Use box to package the jwkstool utility
Changed: Refactored Algorithm (now renamed to BaseAlgorithm)
and Key to extract interfaces (into AlgorithmInterface and KeyInterface respectively)
Changed: Key ID kid parameter no longer automatically generated
when a Key object is created. Use Key::getKeyId(true) or KeySet::add(..., true) to generate a key ID
Removed: Helper::getObject() and Helper::getJWTObject() have been
replaced by Helper::decode() and Helper::decodeFully() respectively