Interface GOST3410PublicKey

    • Field Summary

      • Fields inherited from interface java.security.PublicKey

        serialVersionUID
    • 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 java.security.Key

        getAlgorithm, getEncoded, getFormat
    • Method Detail

      • getY

        java.math.BigInteger getY()
        Return Y - the public value.
        Returns:
        the public value Y.