Class DhExchange


  • public class DhExchange
    extends GenericDhExchange
    DhExchange.
    Version:
    $Id: DhExchange.java,v 1.2 2008/04/01 12:38:09 cplattne Exp $
    Author:
    Christian Plattner, plattner@trilead.com, kenny
    • Constructor Detail

      • DhExchange

        public DhExchange()
    • Method Detail

      • init

        public void init​(java.lang.String name)
                  throws java.io.IOException
        Specified by:
        init in class GenericDhExchange
        Throws:
        java.io.IOException
      • getE

        public byte[] getE()
        Specified by:
        getE in class GenericDhExchange
        Returns:
        Returns the e (public value)
      • getServerE

        protected byte[] getServerE()
        Specified by:
        getServerE in class GenericDhExchange
        Returns:
        Returns the server's e (public value)
      • setF

        public void setF​(byte[] f)
                  throws java.io.IOException
        Specified by:
        setF in class GenericDhExchange
        Throws:
        java.io.IOException