StronglyTypeByteString
This primitive byte array is only used to construct ByteStrings. It would be clearer to strongly type the field instead.

Severity
WARNING

Suppression

Suppress false positives by adding the suppression annotation @SuppressWarnings("StronglyTypeByteString") to the enclosing element.