KickJava   Java API By Example, From Geeks To Geeks.

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

javax.crypto.spec
Class DHPublicKeySpec

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

public DHPublicKeySpec(BigInteger y,
                       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 getY()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags