RDSEncryptionKey class
Represents the RDS encryption key.
Fields allocation information is described in CEN ISO/CD 14819-6.
Constructors
- RDSEncryptionKey(int encryptionId, int rotateRight, int startBit, int xorValue)
- Creates a new instance.
Properties
- encryptionId ↔ int
-
Id of encryption key within the list.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- rotateRight ↔ int
-
Rotate Right used for bit manipulations as a part of encryption process.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startBit ↔ int
-
Start Bit used for bit manipulations as a part of encryption process.
getter/setter pair
- xorValue ↔ int
-
XOR Value used for bit manipulations as a part of encryption process.
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.
inherited