- java.lang.Object
-
- apdu4j.core.HexBytes
-
public final class HexBytes extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HexBytes
b(byte[] b)
static byte[]
concatenate(byte[]... args)
boolean
equals(Object o)
static HexBytes
f(String f, HexBytes a)
int
hashCode()
int
len()
String
s()
String
toString()
byte[]
v()
static HexBytes
v(String s)
byte[]
value()
static HexBytes
valueOf(String s)
-