Interface DSTU4145PublicKey

  • All Superinterfaces:
    DSTU4145Key, java.security.Key, java.security.PublicKey, java.io.Serializable

    public interface DSTU4145PublicKey
    extends DSTU4145Key, java.security.PublicKey
    Interface that a DSTU-4145 public key needs to conform to.
    • Field Summary

      • Fields inherited from interface java.security.PublicKey

        serialVersionUID
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.security.spec.ECPoint getW()
      Return W - the public point for the key.
      • Methods inherited from interface java.security.Key

        getAlgorithm, getEncoded, getFormat
    • Method Detail

      • getW

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