[−][src]Trait jwt::algorithm::SigningAlgorithm
An algorithm capable of signing base64 encoded header and claims strings. strings.
Required methods
fn algorithm_type(&self) -> AlgorithmType
fn sign(&self, header: &str, claims: &str) -> Result<String, Error>
Implementations on Foreign Types
impl<D> SigningAlgorithm for Hmac<D> where
D: Input + BlockInput + FixedOutput + Reset + Default + Clone + TypeLevelAlgorithmType,
D::BlockSize: ArrayLength<u8>,
D::OutputSize: ArrayLength<u8>,
[src]
D: Input + BlockInput + FixedOutput + Reset + Default + Clone + TypeLevelAlgorithmType,
D::BlockSize: ArrayLength<u8>,
D::OutputSize: ArrayLength<u8>,