Interface GOST3410PublicKey
-
- All Superinterfaces:
GOST3410Key<GOST3410DomainParameterSpec>
,java.security.Key
,java.security.PublicKey
,java.io.Serializable
public interface GOST3410PublicKey extends GOST3410Key<GOST3410DomainParameterSpec>, java.security.PublicKey
Interface that a GOST-3410 public key needs to conform to.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.math.BigInteger
getY()
Return Y - the public value.-
Methods inherited from interface org.bouncycastle.jcajce.interfaces.GOST3410Key
getParams
-
-