pub async fn import_public_key_spki(spki: Vec<u8>) -> Result<PublicKey, Error>Expand description
Import a public key as an X.509 SubjectPublicKeyInfo (DER, RFC
8410 algorithm id 1.3.101.110). The embedded u-coordinate is
admitted exactly as import-public-key-raw admits it.