Class PairKeys

  • All Implemented Interfaces:
    io.aether.utils.ToString
    Direct Known Subclasses:
    PairKeysAsym, PairKeysAsymSigned, PairKeysSign

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

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

      Constructors 
      Constructor Description
      PairKeys()  
    • Field Detail

      • META

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

      • PairKeys

        public PairKeys()
    • Method Detail

      • getPrivateKey

        public abstract Key getPrivateKey()
      • 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 void toString​(io.aether.utils.AString sb)
        Specified by:
        toString in interface io.aether.utils.ToString