Google

Bouncy Castle Cryptography 1.11 API Specification: Interface ElGamalPublicKey
Bouncy Castle Cryptography 1.11

org.bouncycastle.jce.interfaces
Interface ElGamalPublicKey

All Superinterfaces:
ElGamalKey, java.security.Key, java.security.PublicKey, java.io.Serializable
All Known Implementing Classes:
JCEElGamalPublicKey

public interface ElGamalPublicKey
extends ElGamalKey, java.security.PublicKey


Fields inherited from interface java.security.PublicKey
serialVersionUID
 
Method Summary
 java.math.BigInteger getY()
           
 
Methods inherited from interface org.bouncycastle.jce.interfaces.ElGamalKey
getParams
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 

Method Detail

getY

public java.math.BigInteger getY()

Bouncy Castle Cryptography 1.11