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