Trait sshcerts::ssh::SSHCertificateSigner
source · pub trait SSHCertificateSigner {
// Required method
fn sign(&self, buffer: &[u8]) -> Option<Vec<u8>>;
}Expand description
Types that implement this trait can be used to sign SSH certificates using the Certificate::sign function.