public class DHExtendedPublicKeySpec
extends javax.crypto.spec.DHPublicKeySpec
| Constructor and Description |
|---|
DHExtendedPublicKeySpec(java.math.BigInteger y,
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.
|