View Source jose_jwk_kty_rsa (JOSE v1.11.10)

Summary

Types

-type key() :: #'RSAPrivateKey'{} | #'RSAPublicKey'{}.

Functions

Link to this function

block_encryptor(KTY, Fields)

View Source
Link to this function

decrypt_private(CipherText, Options, RSAPrivateKey)

View Source
Link to this function

encrypt_public(PlainText, Options, RSAPublicKey)

View Source
Link to this function

from_der(Password, PEMBinary)

View Source
Link to this function

from_pem(Password, PEMBinary)

View Source
Link to this function

generate_key(KTY, Fields)

View Source
Link to this function

key_encryptor(KTY, Fields, Key)

View Source
Link to this function

sign(Message, JWSALG, RSAPrivateKey)

View Source
Link to this function

to_der(Password, RSAPrivateKey)

View Source
Link to this function

to_map(RSAPrivateKey, F)

View Source
Link to this function

to_pem(Password, RSAPrivateKey)

View Source
Link to this function

verify(Message, JWSALG, Signature, RSAPublicKey)

View Source