pub async fn import_secret_key_jwk(
jwk: impl Into<String>,
options: AgreementKeyOptions,
) -> Result<AgreementSecretKey, Error>Expand description
Import a secret key from an RFC 8037 OKP private JWK (as JSON text).
pub async fn import_secret_key_jwk(
jwk: impl Into<String>,
options: AgreementKeyOptions,
) -> Result<AgreementSecretKey, Error>Import a secret key from an RFC 8037 OKP private JWK (as JSON text).