I use to add some security to kaa server for my master thesis and now I have some question because i couldn't find any document about security that kaa have , I hope you can help me on this way. I want to add attribute based encryption for messages sent between endpoints.
These are my questions :
(package org.kaaproject.kaa.common.endpoint.security; ) I know that it encrypt and decrypt with RSA but I couldn't find any sample that works with to understand that it encrypt messages or the channel ???
Is it correct if I add ABE-Encryption here in ( kaa endpoint -server shared ) or in ( kaa transport shared )
About the usage, how can I get it in SDK ?!?