The asn.1 IntegerType#decode(byte[]) method uses new BigInteger(byte[]).
This always provides signed value.
Provide an implementation that uses BigInteger(signum, byte[]) for unsigned
integers.
Original issue reported on code.google.com by dfis...@gmail.com on 4 Sep 2014 at 3:02
Original issue reported on code.google.com by
dfis...@gmail.com
on 4 Sep 2014 at 3:02