Interface ECGOST3410PublicKey
-
- All Superinterfaces:
GOST3410Key<ECDomainParameterSpec>,java.security.Key,java.security.PublicKey,java.io.Serializable
public interface ECGOST3410PublicKey extends GOST3410Key<ECDomainParameterSpec>, java.security.PublicKey
Interface that a ECGOST-3410 public key needs to conform to.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.security.spec.ECPointgetW()Return W - the public point for the key.-
Methods inherited from interface org.bouncycastle.jcajce.interfaces.GOST3410Key
getParams
-
-