Package edu.jas.gb

Class GBTransportMessPoly<C extends RingElem<C>>

  • All Implemented Interfaces:
    java.io.Serializable

    final class GBTransportMessPoly<C extends RingElem<C>>
    extends GBTransportMess
    Distributed GB transport message for polynomial.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      GenPolynomial<C> pol
      The polynomial to transport.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()
      toString.
      • Methods inherited from class java.lang.Object

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

      • GBTransportMessPoly

        public GBTransportMessPoly​(GenPolynomial<C> p)
        GBTransportMessPoly.
        Parameters:
        p - polynomial to transferred.