Class DiffieHellman


  • public class DiffieHellman
    extends java.lang.Object
    Executes the Diffie-Hellman key agreement protocol between 2 parties: DiffieHellman.Server and DiffieHellman.Client.
    Since:
    3.3
    Author:
    Eike Stepper
    • Constructor Summary

      Constructors 
      Constructor Description
      DiffieHellman()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DiffieHellman

        public DiffieHellman()