RDSEncryptionKeysRequest (API Reference)
Package com.here.sdk.trafficbroadcast
Class RDSEncryptionKeysRequest
java.lang.Object
com.here.sdk.trafficbroadcast.RDSEncryptionKeysRequest
Represents data to search for RDS encryption keys.
-
Field Summary
FieldsModifier and TypeFieldDescriptionshortRefers to a country in RDS-TMC format.shortLTN to which the key refers.shortSID that owns the key. -
Constructor Summary
ConstructorsConstructorDescriptionRDSEncryptionKeysRequest(short countryCode, short sid, short ltnBeforeEncryption) Creates a new instance. -
Method Summary
-
Field Details
-
countryCode
public short countryCodeRefers to a country in RDS-TMC format.
-
sid
public short sidSID that owns the key.
-
ltnBeforeEncryption
public short ltnBeforeEncryptionLTN to which the key refers.
-
-
Constructor Details
-
RDSEncryptionKeysRequest
public RDSEncryptionKeysRequest(short countryCode, short sid, short ltnBeforeEncryption) Creates a new instance.
- Parameters:
countryCode-Refers to a country in RDS-TMC format.
sid-SID that owns the key.
ltnBeforeEncryption-LTN to which the key refers.
-
-
Method Details