Andreas Matheus
Andreas Matheus
Can this be done with jose.jwe? I'd say no - unfortunately. I was looking for that option to create a JWE for multiple recipients too...
How about this? ```` if self._algorithm in ['A128GCM', 'A192GCM', 'A256GCM', 'A128GCMKW', 'A192GCMKW', 'A256GCMKW']: #print("generating IV of length 96bit") iv = get_random_bytes(12) else: #print("generating IV of length 128bit") iv = get_random_bytes(16)...
We had an issue with the Qt Cryptographic library due to the varying size of the IV for different key sizes. This pull request uses a fixed size of 16...
During the mentor session, I will present the maturing idea of the **OGC SensorThings API - WebSub Extension 1.0** using [this presentation](https://github.com/user-attachments/files/16088518/CITIOBS.WebSub.pdf) and - if there is time - demonstrate...
Thank you for the quick answer! The problem is that I cannot change the DiD document as it's given. However, I found another VC that validates with the [univerifier](https://univerifier.io/) but...
`when you tried multiple times, did you remove the current network and try again?` Yes.
I have not solved that issue and went on not using this feature. For me it never worked...
Related to this, I just created issue #3227
# STA-WebSub STA-WebSub defines an extension to SensorThings API v1.1 that allows clients to establish asynchronous messaging, over HTTP, based on self defined and discovered topics. The STA-WebSub extension is...