tessl install tessl/pypi-josepy@2.1.0JOSE protocol implementation in Python with support for JSON Web Algorithms, Keys, and Signatures
Agent Success
Agent success rate when using this tile
73%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.16x
Baseline
Agent success rate without this tile
63%
Generated
Agent Codex
Scenario 1
Field/JSONObjectWithFields mapping with defaults and omitempty
Scenario 2
JWK serialization for oct/RSA/EC keys with loading and thumbprints
Scenario 3
Comparable key wrappers plus immutable/frozen map utilities
Scenario 4
JWKRSA CRT reconstruction and EC curve/coordinate length checks
Scenario 5
JOSE base64 encode/decode utilities
Scenario 6
Binary helpers for JOSE base64, hex, certs, and CSRs with length validation
Scenario 7
JWASignature algorithms for HS/RS/PS/ES signing and verification
Scenario 8
CLI protections such as forcing alg into protected headers in compact mode and key-type-driven verification
Scenario 9
JSONDeSerializable partial/full JSON handling
Scenario 10
TypedJSONObjectWithFields type-field registry for dispatching subclasses