Enum jsonwebtoken::Algorithm [] [src]

pub enum Algorithm {
    HS256,
    HS384,
    HS512,
}

The algorithms supported for signing/verifying

Variants

HS256HS384HS512

Trait Implementations

impl Encodable for Algorithm
[src]

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>

impl Decodable for Algorithm
[src]

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<Algorithm, __D::Error>

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) -> bool
1.0.0

This method tests for !=.

impl Debug for Algorithm
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl ToJson for Algorithm
[src]

fn to_json(&self) -> Json

Converts the value of self to an instance of JSON