Searched refs:removeLeadingZeroByteIfPresent (Results 1 – 1 of 1) sorted by relevance
1069 return removeLeadingZeroByteIfPresent(value.toByteArray()); in getBigIntegerMagnitudeBytes()1072 private static byte[] removeLeadingZeroByteIfPresent(byte[] value) { in removeLeadingZeroByteIfPresent() method in TestUtils