public class

GeonetSecurityInfo

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

Summary

Nested Classes
class GeonetSecurityInfo.Builder  
Fields
public static final GeonetSecurityInfo EMPTY
Public Methods
int getEncryption()
Returns the encryption type.
long getItsAid()
Returns the ITS Application ID.
byte[] getSsp()
Returns the service specific permission as a byte array.
int getSspBitSize()
Returns the service specific permission size in bits.
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final GeonetSecurityInfo EMPTY

Public Methods

public int getEncryption ()

Returns the encryption type. Not used yet.

Returns
  • encryption type

public long getItsAid ()

Returns the ITS Application ID.

Returns
  • ITS application ID

public byte[] getSsp ()

Returns the service specific permission as a byte array.

Returns
  • service specific permission as a byte array

public int getSspBitSize ()

Returns the service specific permission size in bits.

Returns
  • ssp size in bits

public String toString ()