Package org.bouncycastle.jcajce.spec
Class GOST3410PublicKeySpec
java.lang.Object
org.bouncycastle.jcajce.spec.GOST3410PublicKeySpec
- All Implemented Interfaces:
KeySpec
This class specifies a GOST3410-94 public key with its associated parameters.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new GOST3410PublicKeySpec with the specified parameter values. -
Method Summary
-
Constructor Details
-
GOST3410PublicKeySpec
public GOST3410PublicKeySpec(BigInteger y, GOST3410ParameterSpec<GOST3410DomainParameterSpec> parameters) Creates a new GOST3410PublicKeySpec with the specified parameter values.- Parameters:
y
- the public key.
-
-
Method Details
-
getY
Returns the public keyy
.- Returns:
- the public key
y
.
-
getParams
-