public class DHExtendedPrivateKeySpec
extends javax.crypto.spec.DHPrivateKeySpec
| Constructor and Description |
|---|
DHExtendedPrivateKeySpec(java.math.BigInteger x,
javax.crypto.spec.DHParameterSpec params)
Base constructor.
|
| Modifier and Type | Method and Description |
|---|---|
javax.crypto.spec.DHParameterSpec |
getParams()
Return the domain parameters associated with this key spec.
|