com.mindbright.jce.crypto.interfaces
Interface DHPrivateKey

All Superinterfaces:
DHKey, Key, PrivateKey, java.io.Serializable
All Known Implementing Classes:
DHPrivateKey

public interface DHPrivateKey
extends DHKey, PrivateKey


Method Summary
 java.math.BigInteger getX()
           
 
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

getX

public java.math.BigInteger getX()