Uses of Class
org.bouncycastle.crypto.params.GOST3410Parameters
-
Packages that use GOST3410Parameters Package Description org.bouncycastle.crypto.generators org.bouncycastle.crypto.params -
-
Uses of GOST3410Parameters in org.bouncycastle.crypto.generators
Methods in org.bouncycastle.crypto.generators that return GOST3410Parameters Modifier and Type Method Description GOST3410Parameters
GOST3410ParametersGenerator. 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 GOST3410Parameters Modifier and Type Method Description GOST3410Parameters
GOST3410KeyGenerationParameters. getParameters()
GOST3410Parameters
GOST3410KeyParameters. getParameters()
Constructors in org.bouncycastle.crypto.params with parameters of type GOST3410Parameters Constructor Description GOST3410KeyGenerationParameters(SecureRandom random, GOST3410Parameters params)
GOST3410KeyParameters(boolean isPrivate, GOST3410Parameters params)
GOST3410PrivateKeyParameters(BigInteger x, GOST3410Parameters params)
GOST3410PublicKeyParameters(BigInteger y, GOST3410Parameters params)
-