Function rustls::sign::any_eddsa_type [−][src]
pub fn any_eddsa_type(der: &PrivateKey) -> Result<Box<dyn SigningKey>, ()>
Expand description
Parse der
as any EdDSA key type, returning the first which works.
pub fn any_eddsa_type(der: &PrivateKey) -> Result<Box<dyn SigningKey>, ()>
Parse der
as any EdDSA key type, returning the first which works.