Module rsa_decoder

Module rsa_decoder 

Source
Expand description

A RSA token decoder implementation

Structs§

RsaJwtDecoder
RSA JWT decoder trait definition.

Traits§

RsaKeyComponents
RSA key component trait definition. Stores the n- and e-component of the RSA key.