Search documentation of JOSE
JOSE
v1.11.9
Pages
Modules
Settings
View Source
jose_jwk_kty_rsa
(JOSE v1.11.9)
Summary
Types
key/0
Functions
block_encryptor(KTY, Fields)
decrypt_private(CipherText, Options, RSAPrivateKey)
encrypt_public(PlainText, Options, RSAPublicKey)
from_der(DERBinary)
from_der(Password, PEMBinary)
from_key(RSAPrivateKey)
from_map(F)
from_pem(PEMBinary)
from_pem(Password, PEMBinary)
generate_key(_)
generate_key(KTY, Fields)
key_encryptor(KTY, Fields, Key)
sign(Message, JWSALG, RSAPrivateKey)
signer(_, Fields)
to_der(RSAPrivateKey)
to_der(Password, RSAPrivateKey)
to_key(RSAPrivateKey)
to_map(RSAPrivateKey, F)
to_pem(RSAPrivateKey)
to_pem(Password, RSAPrivateKey)
to_public_map(K, F)
to_thumbprint_map(K, F)
verifier(KTY, Fields)
verify(Message, JWSALG, Signature, RSAPublicKey)
Types
Link to this type
key/0
View Source
-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(DERBinary)
View Source
Link to this function
from_der(Password, PEMBinary)
View Source
Link to this function
from_key(RSAPrivateKey)
View Source
Link to this function
from_map(F)
View Source
Link to this function
from_pem(PEMBinary)
View Source
Link to this function
from_pem(Password, PEMBinary)
View Source
Link to this function
generate_key(_)
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
signer(_, Fields)
View Source
Link to this function
to_der(RSAPrivateKey)
View Source
Link to this function
to_der(Password, RSAPrivateKey)
View Source
Link to this function
to_key(RSAPrivateKey)
View Source
Link to this function
to_map(RSAPrivateKey, F)
View Source
Link to this function
to_pem(RSAPrivateKey)
View Source
Link to this function
to_pem(Password, RSAPrivateKey)
View Source
Link to this function
to_public_map(K, F)
View Source
Link to this function
to_thumbprint_map(K, F)
View Source
Link to this function
verifier(KTY, Fields)
View Source
Link to this function
verify(Message, JWSALG, Signature, RSAPublicKey)
View Source