public class CramerShoupParameters extends Object implements CipherParameters
Constructor and Description |
---|
CramerShoupParameters(BigInteger p,
BigInteger g1,
BigInteger g2,
Digest H) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
BigInteger |
getG1() |
BigInteger |
getG2() |
Digest |
getH() |
BigInteger |
getP() |
int |
hashCode() |
public CramerShoupParameters(BigInteger p, BigInteger g1, BigInteger g2, Digest H)
public BigInteger getG1()
public BigInteger getG2()
public BigInteger getP()
public Digest getH()
Copyright © 2018 BouncyCastle.org. All rights reserved.