Package io.aether.api.common
Class Key
- java.lang.Object
-
- io.aether.api.common.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
-
-
Constructor Summary
Constructors Constructor Description Key()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)abstract intgetAetherTypeId()abstract byte[]getData()inthashCode()voidtoString(io.aether.utils.AString sb)
-
-
-
Field Detail
-
META
public static final io.aether.net.fastMeta.FastMetaType<Key> META
-
-
Method Detail
-
getData
public abstract byte[] getData()
-
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
-
-