Interface ECGOST3410PublicKey

    • 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.