RDSEncryptionKey constructor
- int encryptionId,
- int rotateRight,
- int startBit,
- int xorValue,
Creates a new instance.
encryptionIdId of encryption key within the list.rotateRightRotate Right used for bit manipulations as a part of encryption process.startBitStart Bit used for bit manipulations as a part of encryption process.xorValueXOR Value used for bit manipulations as a part of encryption process.
Implementation
RDSEncryptionKey(this.encryptionId, this.rotateRight, this.startBit, this.xorValue);