Fix cert blacklisting by public key

Previously, public keys were compared to the blacklisted keys
by a HashSet.compare(), which compares by reference. This replaces
that with the correct Arrays.equals check.

Change-Id: I62e04d33bffd6b702558f5d17501f7d5919b35f8
1 file changed