RDSEncryptionKey (API Reference)
Package com.here.sdk.trafficbroadcast
Class RDSEncryptionKey
java.lang.Object
com.here.sdk.trafficbroadcast.RDSEncryptionKey
Represents the RDS encryption key. Fields allocation information is described in CEN ISO/CD 14819-6.
-
Field Summary
FieldsModifier and TypeFieldDescriptionshortId of encryption key within the list.shortRotate Right used for bit manipulations as a part of encryption process.shortStart Bit used for bit manipulations as a part of encryption process.shortXOR Value used for bit manipulations as a part of encryption process. -
Constructor Summary
ConstructorsConstructorDescriptionRDSEncryptionKey(short encryptionId, short rotateRight, short startBit, short xorValue) Creates a new instance. -
Method Summary
-
Field Details
-
encryptionId
public short encryptionIdId of encryption key within the list.
-
rotateRight
public short rotateRightRotate Right used for bit manipulations as a part of encryption process.
-
startBit
public short startBitStart Bit used for bit manipulations as a part of encryption process.
-
xorValue
public short xorValueXOR Value used for bit manipulations as a part of encryption process.
-
-
Constructor Details
-
RDSEncryptionKey
public RDSEncryptionKey(short encryptionId, short rotateRight, short startBit, short xorValue) Creates a new instance.
- Parameters:
encryptionId-Id of encryption key within the list.
rotateRight-Rotate Right used for bit manipulations as a part of encryption process.
startBit-Start Bit used for bit manipulations as a part of encryption process.
xorValue-XOR Value used for bit manipulations as a part of encryption process.
-