Reputation: 2544
I know there are a lot of new standards for REST-Security, like
which do, in essence, what WS-Encryption, WS-Signature, etc. do in the SOAP world.
So I thought: What's the equivalent to XKMS in the REST-Security world?
Upvotes: 2
Views: 386
Reputation: 12069
There is currently, to the best of my knowledge, no equivalent standard (or pseudo-standard, really) for REST. In theory, it shouldn't be hard to create one on your own, should the need arise. However, it's important to have a very good understanding of the fundamentals of PKI to ensure that you're handling things like digital signatures and keys properly.
Upvotes: 1