Package org.bouncycastle.jce.interfaces
Interface GOST3410PublicKey
-
- All Superinterfaces:
GOST3410Key
,Key
,PublicKey
,Serializable
- All Known Implementing Classes:
BCGOST3410PublicKey
public interface GOST3410PublicKey extends GOST3410Key, PublicKey
-
-
Field Summary
-
Fields inherited from interface java.security.PublicKey
serialVersionUID
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigInteger
getY()
-
Methods inherited from interface org.bouncycastle.jce.interfaces.GOST3410Key
getParameters
-
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
-
-
-
Method Detail
-
getY
BigInteger getY()
-
-