Package org.bouncycastle.jcajce.spec
Class DHExtendedPublicKeySpec
- java.lang.Object
-
- javax.crypto.spec.DHPublicKeySpec
-
- org.bouncycastle.jcajce.spec.DHExtendedPublicKeySpec
-
- All Implemented Interfaces:
java.security.spec.KeySpec
public class DHExtendedPublicKeySpec extends javax.crypto.spec.DHPublicKeySpec
A DHPublicKeySpec that also carries a set of DH domain parameters.
-
-
Constructor Summary
Constructors Constructor Description DHExtendedPublicKeySpec(java.math.BigInteger y, javax.crypto.spec.DHParameterSpec params)
Base constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.crypto.spec.DHParameterSpec
getParams()
Return the domain parameters associated with this key spec.
-