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