Enum jsonwebtoken::Algorithm
[−]
[src]
pub enum Algorithm {
HS256,
HS384,
HS512,
}The algorithms supported for signing/verifying
Variants
HS256HS384HS512Trait Implementations
impl Encodable for Algorithm[src]
impl Decodable for Algorithm[src]
impl Clone for Algorithm[src]
fn clone(&self) -> Algorithm
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for Algorithm[src]
impl PartialEq for Algorithm[src]
fn eq(&self, __arg_0: &Algorithm) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.