public static final class

GeonetSecurityInfo.Builder

extends Object
java.lang.Object
   ↳ com.commsignia.v2x.client.model.GeonetSecurityInfo.Builder

Summary

Public Constructors
GeonetSecurityInfo.Builder()
Public Methods
GeonetSecurityInfo build()
GeonetSecurityInfo.Builder withEncryption(int val)
GeonetSecurityInfo.Builder withItsAid(long val)
GeonetSecurityInfo.Builder withSspBit(int index, boolean value)
GeonetSecurityInfo.Builder withSspBits(long value)
GeonetSecurityInfo.Builder withSspBits(byte[] values)
GeonetSecurityInfo.Builder withSspBits(boolean... values)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public GeonetSecurityInfo.Builder ()

Public Methods

public GeonetSecurityInfo build ()

public GeonetSecurityInfo.Builder withEncryption (int val)

public GeonetSecurityInfo.Builder withItsAid (long val)

public GeonetSecurityInfo.Builder withSspBit (int index, boolean value)

public GeonetSecurityInfo.Builder withSspBits (long value)

public GeonetSecurityInfo.Builder withSspBits (byte[] values)

public GeonetSecurityInfo.Builder withSspBits (boolean... values)