Searched refs:signedIntToBytes (Results 1 – 2 of 2) sorted by relevance
800 public static byte[] signedIntToBytes(int value) { in signedIntToBytes() method in IccUtils805 signedIntToBytes(value, bytes, 0); in signedIntToBytes()832 public static int signedIntToBytes(int value, byte[] dest, int offset) { in signedIntToBytes() method in IccUtils
106 byte[] dataBytes = IccUtils.signedIntToBytes(value); in addChildAsInteger()