Class RDSEncryptionKeysRequest

java.lang.Object
com.here.sdk.trafficbroadcast.RDSEncryptionKeysRequest

public final class RDSEncryptionKeysRequest extends Object

Represents data to search for RDS encryption keys.

  • Field Details

    • countryCode

      public short countryCode

      Refers to a country in RDS-TMC format.

    • sid

      public short sid

      SID that owns the key.

    • ltnBeforeEncryption

      public short ltnBeforeEncryption

      LTN 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