Uses of Interface
javax.crypto.interfaces.DHPublicKey

Packages that use DHPublicKey
iaik.security.dh   
iaik.security.ssl   
 

Uses of DHPublicKey in iaik.security.dh
 

Classes in iaik.security.dh that implement DHPublicKey
 class DHPublicKey
          This class implements a Diffie Hellman public key and supports ASN.1 encoding.
 

Uses of DHPublicKey in iaik.security.ssl
 

Methods in iaik.security.ssl that return DHPublicKey
protected  DHPublicKey SecurityProvider.getDHPublicKey(java.math.BigInteger y, java.math.BigInteger p, java.math.BigInteger g)
          This method returns a DHPublicKey created from the values: y, p and g.
protected  DHPublicKey IaikProvider.getDHPublicKey(java.math.BigInteger y, java.math.BigInteger p, java.math.BigInteger g)
          This method returns an IAIK DHPublicKey instance created from the given values.