Class Key

  • All Implemented Interfaces:
    io.aether.utils.ToString
    Direct Known Subclasses:
    KeyAsymmetric, KeySign, KeySymmetric

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

      Fields 
      Modifier and Type Field Description
      static io.aether.net.fastMeta.FastMetaType<Key> META  
    • Constructor Summary

      Constructors 
      Constructor Description
      Key()  
    • Field Detail

      • META

        public static final io.aether.net.fastMeta.FastMetaType<Key> META
    • Constructor Detail

      • Key

        public Key()
    • Method Detail

      • getData

        public abstract byte[] getData()
      • getAetherTypeId

        public abstract int getAetherTypeId()
      • 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 java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • toString

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