Uses of Class
javax.crypto.spec.DHPrivateKeySpec

Packages that use DHPrivateKeySpec
iaik.security.dh   
 

Uses of DHPrivateKeySpec in iaik.security.dh
 

Constructors in iaik.security.dh with parameters of type DHPrivateKeySpec
DHPrivateKey.DHPrivateKey(DHPrivateKeySpec keySpec)
          Creates a new DHPrivateKey from the given DHPrivateKeySpec representing the DH private key value x, and the public values p, g and l.