Expand description
rsassa-pkcs1-v15-verify key creation (RFC 8017 §8.2), plus —
behind the rsa-sign cargo feature — rsassa-pkcs1-v15-sign.
Functions§
- import_
verifying_ key_ jwk - Import a public key as an RSA public JWK (
kty: "RSA", withnande, as JSON text). Analgmember, when present, must be the variant’s JOSE alg ("RS256","RS384", or"RS512"). See the WITmac-key.export-key-jwkdoc for the package-wide JWK contract. - import_
verifying_ key_ spki - Import a public key as an X.509 SubjectPublicKeyInfo (DER). The
declared variant binds the digest at mint; admission follows the RSA
family contract (see the WIT
rsainterface).