Skip to content

DTLSClientEndPoint

Jim Schaad edited this page Jul 5, 2017 · 1 revision

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.

Properties

No addition ones are defined

Methods

No additional ones are defined

Clone this wiki locally