You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AbstractKeyManagementSystem class is expected to perform some JWE encryption and decryption but it does not have all the prerequisites to deal with all JWE types (it may knowledge of key IDs as they appear in DID documents).
Since the key-manager already implements a shared secret method (see #541 and #555) it should be enough to do all the JWE packing on this layer, thus simplifying the implementations of AbstractKeyManagementSystem
The text was updated successfully, but these errors were encountered:
…er` (#557)
The KMS is only used to compute shared secret, it doesn't need to deal with JWE directly.
This is now the responsibility of `@veramo/key-manager`
fixes#556
The
AbstractKeyManagementSystem
class is expected to perform some JWE encryption and decryption but it does not have all the prerequisites to deal with all JWE types (it may knowledge of key IDs as they appear in DID documents).Since the
key-manager
already implements ashared secret
method (see #541 and #555) it should be enough to do all the JWE packing on this layer, thus simplifying the implementations ofAbstractKeyManagementSystem
The text was updated successfully, but these errors were encountered: