Trait sop::ops::ExtractCert

source ·
pub trait ExtractCert<'s, S: SOP<'s>, Certs: Save, Keys: Load<'s, S>> {
    // Required method
    fn keys(self: Box<Self>, keys: &Keys) -> Result<Certs>;
}
Expand description

Builder for SOP::extract_cert.

Required Methods§

source

fn keys(self: Box<Self>, keys: &Keys) -> Result<Certs>

Extracts the certs from keys.

Implementors§