Uses of Class
org.bouncycastle.crypto.params.CramerShoupParameters
-
Packages that use CramerShoupParameters Package Description org.bouncycastle.crypto.generators org.bouncycastle.crypto.params -
-
Uses of CramerShoupParameters in org.bouncycastle.crypto.generators
Methods in org.bouncycastle.crypto.generators that return CramerShoupParameters Modifier and Type Method Description CramerShoupParameters
CramerShoupParametersGenerator. generateParameters()
which generates the p and g values from the given parameters, returning the CramerShoupParameters object.CramerShoupParameters
CramerShoupParametersGenerator. generateParameters(DHParameters dhParams)
-
Uses of CramerShoupParameters in org.bouncycastle.crypto.params
Methods in org.bouncycastle.crypto.params that return CramerShoupParameters Modifier and Type Method Description CramerShoupParameters
CramerShoupKeyGenerationParameters. getParameters()
CramerShoupParameters
CramerShoupKeyParameters. getParameters()
Constructors in org.bouncycastle.crypto.params with parameters of type CramerShoupParameters Constructor Description CramerShoupKeyGenerationParameters(SecureRandom random, CramerShoupParameters params)
CramerShoupKeyParameters(boolean isPrivate, CramerShoupParameters params)
CramerShoupPrivateKeyParameters(CramerShoupParameters params, BigInteger x1, BigInteger x2, BigInteger y1, BigInteger y2, BigInteger z)
CramerShoupPublicKeyParameters(CramerShoupParameters params, BigInteger c, BigInteger d, BigInteger h)
-