Interface ElGamalPublicKey

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

    public interface ElGamalPublicKey
    extends ElGamalKey, java.security.PublicKey
    • 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()  
      • Methods inherited from interface java.security.Key

        getAlgorithm, getEncoded, getFormat
    • Method Detail

      • getY

        java.math.BigInteger getY()