Closed alee792 closed 1 year ago
See #360.
JSONWebKey as a key was not supported, but *JSONWebKey was. Simply added a new case to handle the value version. Tests still pass.
JSONWebKey
*JSONWebKey
The second issue mentioned in #360 was a misread. The recipient, which contains the keyID, is added directly to the encrypter in the default case.
keyID
All committers have signed the CLA.
See #360.
JSONWebKey
as a key was not supported, but*JSONWebKey
was. Simply added a new case to handle the value version. Tests still pass.The second issue mentioned in #360 was a misread. The recipient, which contains the
keyID
, is added directly to the encrypter in the default case.