| Class and Description |
|---|
| eu.geekplace.javapinning.util.JavaPinningUtil
Please use
HexUtilities. |
| Method and Description |
|---|
| eu.geekplace.javapinning.util.JavaPinningUtil.toHex(byte[], boolean)
This method appends an unnecessary colon to the end of the
HEX String, please use
HexUtilities.encodeToHex(byte[]) instead, which does
not do this. |
| eu.geekplace.javapinning.util.JavaPinningUtil.toHex(byte[], boolean, boolean)
This method appends an unnecessary colon to the end of the
HEX String if colonSeparator is set to true, please use
HexUtilities.encodeToHex(byte[], boolean, boolean)
instead, which does not do this. |
| eu.geekplace.javapinning.JavaPinning.trustManagerforPins(Collection<Pin>)
Please use the correctly named:
JavaPinning.trustManagerForPins(Collection) |