Package io.aether.api.common
Class KeySign
- java.lang.Object
-
- io.aether.api.common.Key
-
- io.aether.api.common.KeySign
-
- All Implemented Interfaces:
io.aether.utils.ToString
- Direct Known Subclasses:
KeySignPrivate,KeySignPublic
public abstract class KeySign extends Key implements io.aether.utils.ToString
-
-
Constructor Summary
Constructors Constructor Description KeySign()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)intgetAetherTypeId()inthashCode()java.lang.StringtoString()voidtoString(io.aether.utils.AString sb)
-
-
-
Field Detail
-
META
public static final io.aether.net.fastMeta.FastMetaType<KeySign> META
-
-
Method Detail
-
getAetherTypeId
public int getAetherTypeId()
- Specified by:
getAetherTypeIdin classKey
-
-