RDSEncryptionKeysRequest class

Represents data to search for RDS encryption keys.

Constructors

RDSEncryptionKeysRequest(int countryCode, int sid, int ltnBeforeEncryption)
Creates a new instance.

Properties

countryCode ↔ int
Refers to a country in RDS-TMC format.
getter/setter pair
hashCode → int
The hash code for this object.
no setter
ltnBeforeEncryption ↔ int
LTN to which the key refers.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sid ↔ int
SID that owns the key.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.