Packages

Gleam implementation of JOSE (JWS, JWE, JWK, JWT) and COSE (COSE_Sign, COSE_Encrypt, COSE_Mac0, CWT) standards

Current section

Files

Jump to
gose include gose@jwe_PasswordDecryptor.hrl
Raw

include/gose@jwe_PasswordDecryptor.hrl

-record(password_decryptor, {
alg :: gose@jwa:pbes2_alg(),
enc :: gose@jwa:enc(),
password :: binary()
}).