Enum biscuit::jwk::KeyType [] [src]

pub enum KeyType {
    EllipticCurve,
    RSA,
    Octect,
    OctectKeyPair,
}

Type of Key as specified in RFC 7518.

Variants

Elliptic curve keys

RSA Key

Octet sequence, representing symmetric keys

Octet string key pairs

Methods

impl KeyType
[src]

[src]

Description of the type of key

Trait Implementations

impl Debug for KeyType
[src]

[src]

Formats the value using the given formatter.

impl Eq for KeyType
[src]

impl PartialEq for KeyType
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Copy for KeyType
[src]

impl Clone for KeyType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Display for KeyType
[src]

[src]

Formats the value using the given formatter. Read more