public class CramerShoupParameters extends Object implements CipherParameters
| Constructor and Description |
|---|
CramerShoupParameters(BigInteger p,
BigInteger g1,
BigInteger g2,
Digest H) |
public CramerShoupParameters(BigInteger p, BigInteger g1, BigInteger g2, Digest H)
public BigInteger getG1()
public BigInteger getG2()
public BigInteger getP()
public Digest getH()
Copyright © 2015–2016 The veraPDF Consortium. All rights reserved.