Build 1.0_r1

javax.crypto.interfaces
Interface DHPrivateKey

All Superinterfaces:
DHKey, Key, PrivateKey, Serializable

public interface DHPrivateKey
extends DHKey, PrivateKey


Field Summary
static long serialVersionUID
          @com.intel.drl.spec_ref
Constant Value: 2211791113380396553 (0x1eb1dc4c8e677e09)
 
Method Summary
 BigInteger getX()
           
 
Methods inherited from interface javax.crypto.interfaces.DHKey
getParams
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 

Field Detail

serialVersionUID

static final long serialVersionUID
@com.intel.drl.spec_ref

Constant Value: 2211791113380396553 (0x1eb1dc4c8e677e09)

See Also:
Constant Field Values
Method Detail

getX

BigInteger getX()

Build 1.0_r1

Please submit a feedback, bug or feature