Package org.bouncycastle.crypto.params
Class CramerShoupParameters
- java.lang.Object
-
- org.bouncycastle.crypto.params.CramerShoupParameters
-
- All Implemented Interfaces:
CipherParameters
public class CramerShoupParameters extends Object implements CipherParameters
-
-
Constructor Summary
Constructors Constructor Description CramerShoupParameters(BigInteger p, BigInteger g1, BigInteger g2, Digest H)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
BigInteger
getG1()
BigInteger
getG2()
Digest
getH()
BigInteger
getP()
int
hashCode()
-
-
-
Constructor Detail
-
CramerShoupParameters
public CramerShoupParameters(BigInteger p, BigInteger g1, BigInteger g2, Digest H)
-
-
Method Detail
-
getG1
public BigInteger getG1()
-
getG2
public BigInteger getG2()
-
getP
public BigInteger getP()
-
getH
public Digest getH()
-
-