KickJava   Java API By Example, From Geeks To Geeks.

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

javax.crypto.spec
Class DHParameterSpec

java.lang.Object
  extended by javax.crypto.spec.DHParameterSpec
All Implemented Interfaces:
AlgorithmParameterSpec
See Also:
Top Examples, Source Code, KeyAgreement

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


public DHParameterSpec(BigInteger p,
                       BigInteger g,
                       int l)
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 int getL()
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  

Popular Tags