Skip to content

Commit

Permalink
Added javadoc for oscoreSecurityMode
Browse files Browse the repository at this point in the history
Signed-off-by: Rikard Höglund <rikard.hoglund@ri.se>
  • Loading branch information
rikard-sics committed Jan 20, 2021
1 parent a811182 commit 3784bd8
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,11 @@ public static class ServerSecurity implements Serializable {
* Bootstrap-Server Account lifetime is infinite.
*/
public Integer bootstrapServerAccountTimeout = 0;
/**
* The Object ID of the OSCORE Object Instance that holds the OSCORE configuration to be used by the LWM2M
* Client to the LWM2M Server associated with this Security object.
*
*/
public Integer oscoreSecurityMode;

@Override
Expand Down

0 comments on commit 3784bd8

Please sign in to comment.