pub trait KeyProvider { // Required method fn load(&self) -> Result<Vec<u8>>; }
Private key provider trait
Load private key to memory