Trait actix_web_security::authentication::scheme::bearer::jwt::token::decoder::rsa_decoder::RsaKeyComponents[][src]

pub trait RsaKeyComponents {
    fn get_n(&self) -> String;
fn get_e(&self) -> String; }

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

Required methods

fn get_n(&self) -> String[src]

fn get_e(&self) -> String[src]

Loading content...

Implementors

Loading content...