javax.crypto.spec
Class DHPrivateKeySpec
java.lang.Object
javax.crypto.spec.DHPrivateKeySpec
- All Implemented Interfaces:
- KeySpec
public class DHPrivateKeySpec
- extends Object
- implements KeySpec
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DHPrivateKeySpec
public DHPrivateKeySpec(BigInteger x,
BigInteger p,
BigInteger g)
getX
public BigInteger getX()
getP
public BigInteger getP()
getG
public BigInteger getG()
Please submit a feedback, bug or feature