pub fn any_supported_type(
    der: &PrivateKey,
) -> Result<Arc<dyn SigningKey>, SignError>Expand description
Parse der as any supported key encoding/type, returning
the first which works.
pub fn any_supported_type(
    der: &PrivateKey,
) -> Result<Arc<dyn SigningKey>, SignError>Parse der as any supported key encoding/type, returning
the first which works.