[][src]Module jws::none

Verifier and Signer implementations for the none algorithm.

The none algorithm is defined in RFC 7518 section 3.6. It does not provide any integrity protection.

It doesn't often make sense to use this "algorithm".

Structs

NoneSigner

Message signer for the none algorithm.

NoneVerifier

Message verifier for the none algorithm.