Trait HasKeys

Source
pub trait HasKeys {
    // Required method
    fn get_keys(&self) -> Option<Vec<JWK>>;
}
Expand description

Extracts keys (JWK) from a type.

Required Methods§

Source

fn get_keys(&self) -> Option<Vec<JWK>>

Gets keys.

Implementations on Foreign Types§

Source§

impl HasKeys for Document

Implementors§