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