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@jose@encrypted_jwt_KeyDecryptor.hrl
Raw

include/gose@jose@encrypted_jwt_KeyDecryptor.hrl

-record(key_decryptor, {
alg :: gose:key_encryption_alg(),
enc :: gose:content_alg(),
keys :: list(gose:key(binary())),
options :: gose@jose@jwt:jwt_validation_options()
}).