StronglyTypeByteString
This primitive byte array is only used to construct ByteStrings. It would be clearer to strongly type the field instead.
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("StronglyTypeByteString")
to the enclosing element.