com.mindbright.jce.crypto.interfaces
Interface DHPublicKey

All Superinterfaces:
DHKey, Key, PublicKey, java.io.Serializable
All Known Implementing Classes:
DHPublicKey

public interface DHPublicKey
extends DHKey, PublicKey


Method Summary
 java.math.BigInteger getY()
           
 
Methods inherited from interface com.mindbright.jce.crypto.interfaces.DHKey
getParams
 
Methods inherited from interface com.mindbright.jca.security.Key
getAlgorithm, getEncoded, getFormat
 

Method Detail

getY

public java.math.BigInteger getY()