Trait signatory::LoadPkcs8[][src]

pub trait LoadPkcs8 {
    fn load_pkcs8(
        &mut self,
        private_key: PrivateKeyInfo<'_>
    ) -> Result<KeyHandle>; }
Expand description

Support for loading PKCS#8 private keys.

Required methods

Load a PKCS#8 key into the key ring.

Implementors