Interface ECGOST3410PublicKey

All Superinterfaces:
GOST3410Key<ECDomainParameterSpec>, Key, PublicKey, Serializable

public interface ECGOST3410PublicKey extends GOST3410Key<ECDomainParameterSpec>, PublicKey
Interface that a ECGOST-3410 public key needs to conform to.
  • Method Details

    • getW

      ECPoint getW()
      Return W - the public point for the key.
      Returns:
      the public point.