Uses of Class
org.bouncycastle.crypto.params.CramerShoupParameters
Packages that use CramerShoupParameters
-
Uses of CramerShoupParameters in org.bouncycastle.crypto.generators
Methods in org.bouncycastle.crypto.generators that return CramerShoupParametersModifier and TypeMethodDescriptionCramerShoupParametersGenerator.generateParameters()which generates the p and g values from the given parameters, returning the CramerShoupParameters object.CramerShoupParametersGenerator.generateParameters(DHParameters dhParams) -
Uses of CramerShoupParameters in org.bouncycastle.crypto.params
Methods in org.bouncycastle.crypto.params that return CramerShoupParametersModifier and TypeMethodDescriptionCramerShoupKeyGenerationParameters.getParameters()CramerShoupKeyParameters.getParameters()Constructors in org.bouncycastle.crypto.params with parameters of type CramerShoupParametersModifierConstructorDescriptionCramerShoupKeyGenerationParameters(SecureRandom random, CramerShoupParameters params) protectedCramerShoupKeyParameters(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)