JWS
ACME-specific JWS.
The JWS implementation in josepy only implements the base JOSE standard. In order to support the new header fields defined in ACME, this module defines some ACME-specific classes that layer on top of josepy.
- class acme.jws.Header(**kwargs: Any)[source]
ACME-specific JOSE Header. Implements nonce, kid, and url.