Package io.aether.api.common
Class KeyAsymmetricPublic
- java.lang.Object
-
- io.aether.api.common.Key
-
- io.aether.api.common.KeyAsymmetric
-
- io.aether.api.common.KeyAsymmetricPublic
-
- All Implemented Interfaces:
io.aether.utils.ToString
- Direct Known Subclasses:
HydrogenCurvePublic,SodiumCurvePublic
public abstract class KeyAsymmetricPublic extends KeyAsymmetric implements io.aether.utils.ToString
-
-
Field Summary
Fields Modifier and Type Field Description static io.aether.net.fastMeta.FastMetaType<KeyAsymmetricPublic>META
-
Constructor Summary
Constructors Constructor Description KeyAsymmetricPublic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)intgetAetherTypeId()inthashCode()voidtoString(io.aether.utils.AString sb)
-
-
-
Field Detail
-
META
public static final io.aether.net.fastMeta.FastMetaType<KeyAsymmetricPublic> META
-
-
Method Detail
-
getAetherTypeId
public int getAetherTypeId()
- Overrides:
getAetherTypeIdin classKeyAsymmetric
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classKeyAsymmetric
-
hashCode
public int hashCode()
- Overrides:
hashCodein classKeyAsymmetric
-
toString
public void toString(io.aether.utils.AString sb)
- Specified by:
toStringin interfaceio.aether.utils.ToString- Overrides:
toStringin classKeyAsymmetric
-
-