This repository was archived by the owner on Aug 11, 2023. It is now read-only.
SonarLint fixes
In this release several SonarLint findings where fixed.
While most of them were just cosmetics there was a bug in SecureSecretKeySpec that used a bitwise and-operator instead of a logical and-operator. That bug did not break anything but has been corrected anyway.
Now SecureSecretKeySpec also adheres to the Serializable interface. That part was missing from true SecretKeySpec interchangeability.