Home | History | Annotate | Download | only in spec

Lines Matching refs:BigInteger

20 import java.math.BigInteger;
28 private final BigInteger x;
29 private final BigInteger p;
30 private final BigInteger g;
44 public DHPrivateKeySpec(BigInteger x, BigInteger p, BigInteger g) {
55 public BigInteger getX() {
64 public BigInteger getP() {
73 public BigInteger getG() {