Struct jwt_compact_preview::alg::Rs384[][src]

pub struct Rs384;

RSA-PKCS1v1.5 with SHA-384 as a hash function

Trait Implementations

impl Debug for Rs384[src]

Auto Trait Implementations

impl RefUnwindSafe for Rs384

impl Send for Rs384

impl Sync for Rs384

impl Unpin for Rs384

impl UnwindSafe for Rs384

Blanket Implementations

impl<T> Algorithm for T where
    T: RsaVariant, 
[src]

type SigningKey = RsaSigningKey

Key used when issuing new tokens.

type VerifyingKey = RsaVerifyingKey

Key used when verifying tokens. May coincide with SigningKey for symmetric algorithms (e.g., HS*). Read more

type Signature = Signature

Signature produced by the algorithm.

impl<A> AlgorithmExt for A where
    A: Algorithm
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,