Class SignedKey

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

    public class SignedKey
    extends java.lang.Object
    implements io.aether.utils.ToString
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Key key  
      static io.aether.net.fastMeta.FastMetaType<SignedKey> META  
      static io.aether.net.fastMeta.FastMetaType<SignedKey> META_BODY  
      protected Sign sign  
    • Constructor Summary

      Constructors 
      Constructor Description
      SignedKey​(Key key, Sign sign)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      Key getKey()  
      Sign getSign()  
      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<SignedKey> META_BODY
      • META

        public static final io.aether.net.fastMeta.FastMetaType<SignedKey> META
      • key

        protected final Key key
      • sign

        protected final Sign sign
    • Constructor Detail

      • SignedKey

        public SignedKey​(Key key,
                         Sign sign)
    • Method Detail

      • getKey

        public Key getKey()
      • getSign

        public Sign getSign()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public void toString​(io.aether.utils.AString sb)
        Specified by:
        toString in interface io.aether.utils.ToString