Home | History | Annotate | Download | only in spec

Lines Matching refs:BigInteger

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