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