Committed by
Gerrit Code Review
Fix GroupKey interpretation in REST
Input string from REST should not be converted into byte array directly. Before: "1" -> ascii 49 -> 0x31 After: "0x01" -> 0x01 GroupKey is a byte array with arbitrary length and represented by hex string Change-Id: If27101f0e5522212c7e434fab58b66e67e9676d7
Showing
9 changed files
with
39 additions
and
15 deletions
-
Please register or login to post a comment