org.bouncycastle.util
public final class BigIntegers extends Object
Method Summary | |
---|---|
static byte[] | asUnsignedByteArray(BigInteger value)
Return the passed in value as an unsigned byte array.
|
Parameters: value value to be converted.
Returns: a byte array without a leading zero byte if present in the signed encoding.