-
Notifications
You must be signed in to change notification settings - Fork 20
DTLSClientEndPoint
This class is used for having a DTLS end point that can act as a client but not as a server. Programs which only need either server or both client and server side access should use the class DTLSEndPoint instead.
Due to the fact the currently BouncyCastle does not support Raw Public Keys as a certificate format, only Pre-Shared Keys are supported by the system.
When an end point is created, one key is provided. This is the key that is used by the server to authenticate on that end point.
NOTE: This API may change in the future to change how keys are checked. This will depend in part on how easy I find this to do while dealing with the OAuth Authorization framework currently being worked on in the ACE working group at the IETF.
This class inherits from the CoAPEndPoint and all of those methods and properties are available here.
No addition ones are defined
No additional ones are defined