Uses of Class
javax.crypto.spec.DHPublicKeySpec

Packages that use DHPublicKeySpec
iaik.security.dh   
 

Uses of DHPublicKeySpec in iaik.security.dh
 

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