Interface GOST3410PublicKey
- All Superinterfaces:
GOST3410Key<GOST3410DomainParameterSpec>
,Key
,PublicKey
,Serializable
Interface that a GOST-3410 public key needs to conform to.
-
Field Summary
Fields inherited from interface java.security.PublicKey
serialVersionUID
-
Method Summary
Methods inherited from interface org.bouncycastle.jcajce.interfaces.GOST3410Key
getParams
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
Method Details
-
getY
BigInteger getY()Return Y - the public value.- Returns:
- the public value Y.
-