Skip to main content

import_secret_key_jwk

Function import_secret_key_jwk 

Source
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).