Uses of Class
org.bouncycastle.crypto.params.GOST3410Parameters
Packages that use GOST3410Parameters
-
Uses of GOST3410Parameters in org.bouncycastle.crypto.generators
Methods in org.bouncycastle.crypto.generators that return GOST3410ParametersModifier and TypeMethodDescriptionGOST3410ParametersGenerator.generateParameters()which generates the p , q and a values from the given parameters, returning the GOST3410Parameters object. -
Uses of GOST3410Parameters in org.bouncycastle.crypto.params
Methods in org.bouncycastle.crypto.params that return GOST3410ParametersModifier and TypeMethodDescriptionGOST3410KeyGenerationParameters.getParameters()GOST3410KeyParameters.getParameters()Constructors in org.bouncycastle.crypto.params with parameters of type GOST3410ParametersModifierConstructorDescriptionGOST3410KeyGenerationParameters(SecureRandom random, GOST3410Parameters params) GOST3410KeyParameters(boolean isPrivate, GOST3410Parameters params)