VerifyFromKey

Trait VerifyFromKey 

Source
pub trait VerifyFromKey {
    // Required method
    fn verify(
        &self,
        content: String,
        signature: String,
        alg: Algorithm,
    ) -> Result<bool, Error>;
}

Required Methods§

Source

fn verify( &self, content: String, signature: String, alg: Algorithm, ) -> Result<bool, Error>

Implementors§