public class CramerShoupParameters extends java.lang.Object implements CipherParameters
Constructor and Description |
---|
CramerShoupParameters(java.math.BigInteger p,
java.math.BigInteger g1,
java.math.BigInteger g2,
Digest H) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.math.BigInteger |
getG1() |
java.math.BigInteger |
getG2() |
Digest |
getH() |
java.math.BigInteger |
getP() |
int |
hashCode() |
public CramerShoupParameters(java.math.BigInteger p, java.math.BigInteger g1, java.math.BigInteger g2, Digest H)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.math.BigInteger getG1()
public java.math.BigInteger getG2()
public java.math.BigInteger getP()
public Digest getH()