KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > crypto > spec > DHPrivateKeySpec

javax.crypto.spec
Class DHPrivateKeySpec

java.lang.Object
  extended by javax.crypto.spec.DHPrivateKeySpec
All Implemented Interfaces:
KeySpec
See Also:
Source Code, DHPublicKeySpec

public DHPrivateKeySpec(BigInteger x,
                        BigInteger p,
                        BigInteger g)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public BigInteger getG()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public BigInteger getP()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public BigInteger getX()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags