Package io.aether.api.common
Class KeyAsymmetric
- java.lang.Object
-
- io.aether.api.common.Key
-
- io.aether.api.common.KeyAsymmetric
-
- All Implemented Interfaces:
io.aether.utils.ToString
- Direct Known Subclasses:
KeyAsymmetricPrivate,KeyAsymmetricPublic
public abstract class KeyAsymmetric extends Key implements io.aether.utils.ToString
-
-
Field Summary
Fields Modifier and Type Field Description static io.aether.net.fastMeta.FastMetaType<KeyAsymmetric>META
-
Constructor Summary
Constructors Constructor Description KeyAsymmetric()
-
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<KeyAsymmetric> META
-
-
Method Detail
-
getAetherTypeId
public int getAetherTypeId()
- Specified by:
getAetherTypeIdin classKey
-
-