|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.crypto.spec.DHPrivateKeySpec | +--org.bouncycastle.jcajce.spec.DHExtendedPrivateKeySpec
A DHPrivateKeySpec that also carries a set of DH domain parameters.
Constructor Summary | |
DHExtendedPrivateKeySpec(java.math.BigInteger x,
javax.crypto.spec.DHParameterSpec params)
Base constructor. |
Method Summary | |
javax.crypto.spec.DHParameterSpec |
getParams()
Return the domain parameters associated with this key spec. |
Methods inherited from class javax.crypto.spec.DHPrivateKeySpec |
getG, getP, getX |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DHExtendedPrivateKeySpec(java.math.BigInteger x, javax.crypto.spec.DHParameterSpec params)
x
- the private value.params
- the domain parameter set.Method Detail |
public javax.crypto.spec.DHParameterSpec getParams()
|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |