Package io.aether.api.common
Class PairKeys
- java.lang.Object
-
- io.aether.api.common.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
-
-
Constructor Summary
Constructors Constructor Description PairKeys()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)abstract intgetAetherTypeId()abstract KeygetPrivateKey()inthashCode()voidtoString(io.aether.utils.AString sb)
-
-
-
Field Detail
-
META
public static final io.aether.net.fastMeta.FastMetaType<PairKeys> META
-
-
Method Detail
-
getPrivateKey
public abstract Key getPrivateKey()
-
getAetherTypeId
public abstract int getAetherTypeId()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public void toString(io.aether.utils.AString sb)
- Specified by:
toStringin interfaceio.aether.utils.ToString
-
-