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.