Class GOST3410DomainParameters
java.lang.Object
org.bouncycastle.crypto.asymmetric.GOST3410DomainParameters
Domain parameters for GOST R 34.10-1994.
-
Constructor Summary
ConstructorsConstructorDescriptionGOST3410DomainParameters
(int keySize, BigInteger p, BigInteger q, BigInteger a) Base constructor. -
Method Summary
-
Constructor Details
-
GOST3410DomainParameters
Base constructor.- Parameters:
keySize
- size of the p value (in bits).p
- p value.q
- q value.a
- a value.
-
-
Method Details
-
getKeySize
public int getKeySize()Return the keySize associated with these parameters.- Returns:
- the size of the p value in bits.
-
getP
The p value.- Returns:
- p.
-
getQ
The q value.- Returns:
- q.
-
getA
The a value.- Returns:
- a.
-
equals
-
hashCode
public int hashCode()
-