public class BigIntEuclidean extends Object
BigInteger
sModifier and Type | Field and Description |
---|---|
BigInteger |
gcd |
BigInteger |
x |
BigInteger |
y |
Modifier and Type | Method and Description |
---|---|
static BigIntEuclidean |
calculate(BigInteger a,
BigInteger b)
|
public BigInteger x
public BigInteger y
public BigInteger gcd
public static BigIntEuclidean calculate(BigInteger a, BigInteger b)
a
- b
- BigIntEuclidean
object that contains the result in the variables x
, y
, and gcd
Copyright © 2020 BouncyCastle.org. All rights reserved.