pub async fn import_verifying_key_spki(
spki: impl Into<Vec<u8>>,
) -> Result<VerifyingKey, Error>Expand description
Import a public key as an X.509 SubjectPublicKeyInfo (DER, RFC 8410).
The embedded point is subject to the same strict criterion as
import_verifying_key_raw.