HexUtilities.@Deprecated
public class JavaPinningUtil
extends java.lang.Object
| Constructor and Description |
|---|
JavaPinningUtil()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.StringBuilder |
toHex(byte[] bytes,
boolean uppercase)
Deprecated.
This method appends an unnecessary colon to the end of the
HEX String, please use
HexUtilities.encodeToHex(byte[]) instead, which does
not do this. |
static java.lang.StringBuilder |
toHex(byte[] bytes,
boolean uppercase,
boolean colonSeparator)
Deprecated.
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. |
@Deprecated
public static java.lang.StringBuilder toHex(byte[] bytes,
boolean uppercase)
HexUtilities.encodeToHex(byte[]) instead, which does
not do this.@Deprecated
public static java.lang.StringBuilder toHex(byte[] bytes,
boolean uppercase,
boolean colonSeparator)
HexUtilities.encodeToHex(byte[], boolean, boolean)
instead, which does not do this.