Class SodiumCurvePublic

  • All Implemented Interfaces:
    io.aether.utils.ToString

    public class SodiumCurvePublic
    extends KeyAsymmetricPublic
    implements io.aether.utils.ToString
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected @io.aether.net.fastMeta.L(32) byte[] data  
      static io.aether.net.fastMeta.FastMetaType<SodiumCurvePublic> META  
      static io.aether.net.fastMeta.FastMetaType<SodiumCurvePublic> META_BODY  
    • Constructor Summary

      Constructors 
      Constructor Description
      SodiumCurvePublic​(@io.aether.net.fastMeta.L(32) byte[] data)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean dataContains​(byte el)  
      boolean equals​(java.lang.Object o)  
      int getAetherTypeId()  
      @io.aether.net.fastMeta.L(32) byte[] getData()  
      int hashCode()  
      void toString​(io.aether.utils.AString sb)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface io.aether.utils.ToString

        toString2
    • Field Detail

      • META_BODY

        public static final io.aether.net.fastMeta.FastMetaType<SodiumCurvePublic> META_BODY
      • META

        public static final io.aether.net.fastMeta.FastMetaType<SodiumCurvePublic> META
      • data

        protected final @io.aether.net.fastMeta.L(32) byte[] data
    • Constructor Detail

      • SodiumCurvePublic

        public SodiumCurvePublic​(@io.aether.net.fastMeta.L(32) byte[] data)