Serialized Form
Package org.clazzes.optional.io |
Package org.clazzes.optional.lang |
serialVersionUID: 8753764488075517746L
sign
int sign
- Either 1 for a positive number of -1 for a negative number.
length
int length
- The number of non-null bytes in
BigInt.v
.
BigInt.length
is at least 1.
v
int[] v
- The value of this BigInt stored in LSB-first format.
serialVersionUID: 8204301023339972833L
Package org.clazzes.optional.sec |
serialVersionUID: 8173681667998742361L
Package org.clazzes.optional.sec.rsa |
serialVersionUID: 7133263230069828013L
modulus
BigInt modulus
exponent
BigInt exponent
Copyright © 2010. All Rights Reserved.