Uses of Class
ch.threema.apitool.exceptions.InvalidHexException
Packages that use InvalidHexException
-
Uses of InvalidHexException in ch.threema.apitool.utils
Methods in ch.threema.apitool.utils that throw InvalidHexExceptionModifier and TypeMethodDescriptionstatic byte[]DataUtils.hexStringToByteArray(String s) Convert a string in hexadecimal representation to a byte array.